Skip to content

Commit a800e6b

Browse files
authored
Fix sentry e2e tests (#38761)
In getsentry/self-hosted#1679 we require a `.reporterrors` file, this adds it to the cloudbuild config.
1 parent 67b95df commit a800e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ steps:
4141
- '-c'
4242
- |
4343
mkdir self-hosted && cd self-hosted
44+
echo "no" > .reporterrors
4445
curl -L "https://github.com/getsentry/self-hosted/archive/master.tar.gz" | tar xzf - --strip-components=1
4546
echo '{"version": "3.4", "networks":{"default":{"external":{"name":"cloudbuild"}}}}' > docker-compose.override.yml
4647
- name: 'gcr.io/$PROJECT_ID/docker-compose'

0 commit comments

Comments
 (0)