mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 03:03:34 +02:00
Sync the live folder after Nomulus rollback (#854)
* Sync the live folder after Nomulus rollback To update the nomulus tool on corp desktop, the artifacts from the rollback target release should be copied to the 'live' folder. * Fix a test
This commit is contained in:
parent
5bba65835a
commit
83918e92b5
3 changed files with 22 additions and 1 deletions
|
@ -172,6 +172,9 @@ def _generate_steps(
|
|||
rollback_steps.append(
|
||||
steps.update_deploy_tags(gcs_client.project, env, target_release))
|
||||
|
||||
rollback_steps.append(
|
||||
steps.sync_live_release(gcs_client.project, target_release))
|
||||
|
||||
return tuple(rollback_steps)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue