GoogleCloudPlatform / cdmc

Apache License 2.0
21 stars 7 forks source link

Cannot find service [cdmc-reportengine] in environment-variables.example #43

Open marktomlinson1 opened 1 year ago

marktomlinson1 commented 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)')"