Skip to content

Commit

Permalink
s3_restore task test v2
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Jun 4, 2024
1 parent 5f3a0de commit 51e772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fac-backup-util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
cf_org: gsa-tts-oros-fac
cf_space: ${{ env.space }}
# command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}"
command: cf run-task gsa-fac -k 7G -m 3G --name restore_util --command "./fac-restore-util.sh ${{ env.util_version }} ${{ env.restore_operation }} ${{ env.s3_backup_path }}"
command: cf run-task gsa-fac -k 7G -m 3G --name s3_restore_util --command "./fac-restore-util.sh ${{ env.util_version }} ${{ env.restore_operation }} ${{ env.s3_backup_path }}"

0 comments on commit 51e772e

Please sign in to comment.