File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 - run : gcloud config set project serverest
173173 - name : Create flag file used by Gcloud Run Deploy
174174 run : |
175- echo " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
175+ printf " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
176176 - name : Deploy container image to 'production' environment
177177 run : |
178178 gcloud run \
@@ -232,7 +232,7 @@ jobs:
232232 - run : gcloud config set project serverest
233233 - name : Create flag file used by Gcloud Run Deploy
234234 run : |
235- echo " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
235+ printf " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
236236 - name : Deploy container image to 'compassuol' environment
237237 run : |
238238 gcloud run \
You can’t perform that action at this time.
0 commit comments