Skip to content

Commit

Permalink
fix: validator version displayed in validator report summary (#1627)
Browse files Browse the repository at this point in the history
Use a different Docker image name for staging validator
  • Loading branch information
jcpitre authored Dec 22, 2023
1 parent 3414294 commit 3d5ef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pipeline/stg.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CLOUDSDK_CORE_PROJECT=web-based-gtfs-validator
WEB_BUILD_ENV=stg
WEB_DEPLOY_CLIENT_BUCKET=stg-gtfs-validator-web
WEB_DEPLOY_SVC_IMAGE=gcr.io/web-based-gtfs-validator/gtfs-validator-web
WEB_DEPLOY_SVC_IMAGE=gcr.io/web-based-gtfs-validator/stg-gtfs-validator-web
WEB_DEPLOY_SVC_CLOUDRUN=stg-gtfs-validator-web
PUBLIC_CLIENT_API_ROOT=https://stg-gtfs-validator-web-mbzoxaljzq-ue.a.run.app
PUBLIC_CLIENT_REPORTS_ROOT=https://staging-gtfs-validator-results.mobilitydata.org

0 comments on commit 3d5ef6f

Please sign in to comment.