Skip to content

Commit c14630f

Browse files
fix(e2e tests): Add .reporterrors file for GCP run of e2e tests (#1691)
1 parent d298f66 commit c14630f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ steps:
77
- "-c"
88
- |
99
git clone https://github.com/getsentry/self-hosted.git
10+
echo 'no' > self-hosted/.reporterrors
1011
echo '{"version": "3.4", "networks":{"default":{"external":{"name":"cloudbuild"}}}}' > self-hosted/docker-compose.override.yml
1112
timeout: 60s
1213
- name: "gcr.io/$PROJECT_ID/docker-compose"

0 commit comments

Comments
 (0)