Browse Source

(fix): self-hosted e2e env variable update (#40619)

- move env variable for error reporting to the right section
Hubert Deng 2 years ago
parent
commit
dece6c008c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker/cloudbuild.yaml

+ 2 - 2
docker/cloudbuild.yaml

@@ -34,8 +34,6 @@ steps:
     timeout: 300s
   - name: 'gcr.io/$PROJECT_ID/docker-compose'
     id: get-self-hosted-repo
-    env:
-      - 'REPORT_SELF_HOSTED_ISSUES=0'
     waitFor: ['-']
     entrypoint: 'bash'
     args:
@@ -52,6 +50,8 @@ steps:
       - get-self-hosted-repo
     entrypoint: 'bash'
     dir: self-hosted
+    env:
+      - 'REPORT_SELF_HOSTED_ISSUES=0'
     args:
       - '-e'
       - '-c'