Skip to content

Commit

Permalink
Merge pull request #3056 from cisagov/ms/2901-fix-clone-errors
Browse files Browse the repository at this point in the history
Update clone-staging.yaml
  • Loading branch information
Matt-Spence authored Nov 8, 2024
2 parents b65ec1a + 91e2d14 commit df9e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# clone from source to destination
cf target -s $SOURCE_ENVIRONMENT
cg-manage-rds clone --roptions "--clean" getgov-$SOURCE_ENVIRONMENT-database getgov-$DESTINATION_ENVIRONMENT-database
cg-manage-rds clone --roptions "--clean --if-exists" getgov-$SOURCE_ENVIRONMENT-database getgov-$DESTINATION_ENVIRONMENT-database
- name: Cleanup
if: always()
run: cf unshare-service getgov-$DESTINATION_ENVIRONMENT-database -s $SOURCE_ENVIRONMENT -f

0 comments on commit df9e1ff

Please sign in to comment.