Skip to content

Commit

Permalink
Merge pull request #3058 from cisagov/ms/2901-remove-clean-opt
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 df9e1ff + 4982211 commit 67f87e1
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 --if-exists" getgov-$SOURCE_ENVIRONMENT-database getgov-$DESTINATION_ENVIRONMENT-database
cg-manage-rds clone 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 67f87e1

Please sign in to comment.