Open marktomlinson1 opened 1 year ago
I see the following error when initially running environment-variables.sh when copied from environment-variables.example.
ERROR: (gcloud.run.services.describe) Cannot find service [cdmc-reportengine]
It seems to be related to line 45 which appears to assume the reporting engine is already running, despite this being deployed in a later step.
export ENDPOINT="$(gcloud run services describe cdmc-reportengine --region $REGION --format='value(status.url)')"
I see the following error when initially running environment-variables.sh when copied from environment-variables.example.
ERROR: (gcloud.run.services.describe) Cannot find service [cdmc-reportengine]
It seems to be related to line 45 which appears to assume the reporting engine is already running, despite this being deployed in a later step.
export ENDPOINT="$(gcloud run services describe cdmc-reportengine --region $REGION --format='value(status.url)')"