Merge pull request #1607 from GSA/e2e_tests

comment out update templates
This commit is contained in:
ccostino
2025-03-17 19:03:12 -04:00
committed by GitHub
3 changed files with 9 additions and 6 deletions

View File

@@ -74,8 +74,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
- name: Update templates
run: cf run-task notify-api-demo --command "flask command update-templates"
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-demo --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy

View File

@@ -78,8 +78,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
- name: Update templates
run: cf run-task notify-api-production --command "flask command update-templates"
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-production --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy

View File

@@ -80,8 +80,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
- name: Update templates
run: cf run-task notify-api-staging --command "flask command update-templates"
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-staging --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy