Skip to content

Commit

Permalink
Hopefully we can use empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Nov 15, 2024
1 parent 8329b23 commit 5d80e97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
app_name: pre-award-stores
version: sha-${{ github.sha }}
db_name: pre_award_stores
copilot_app_prefix: ''

post_test_deploy_tests:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, paketo_build, setup ]
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
app_name: pre-award-stores
version: sha-${{ github.sha }}
db_name: pre_award_stores
copilot_app_prefix: ''

post_uat_deploy_tests:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, uat_deploy, paketo_build, setup ]
Expand Down Expand Up @@ -162,3 +164,4 @@ jobs:
app_name: pre-award-stores
version: sha-${{ github.sha }}
db_name: pre_award_stores
copilot_app_prefix: ''

0 comments on commit 5d80e97

Please sign in to comment.