Skip to content

Commit

Permalink
Stop writing .reporterrors in CI so we can test
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 14, 2022
1 parent 109036d commit 75c713e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ steps:
- "-c"
- |
git clone -b $BRANCH_NAME https://github.com/getsentry/self-hosted.git
echo 'no' > self-hosted/.reporterrors
echo '{"version": "3.4", "networks":{"default":{"external":{"name":"cloudbuild"}}}}' > self-hosted/docker-compose.override.yml
timeout: 60s
- name: "gcr.io/$PROJECT_ID/docker-compose"
Expand Down
1 change: 0 additions & 1 deletion integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -ex
echo "Reset customizations"
rm -f sentry/enhance-image.sh
rm -f sentry/requirements.txt
echo no > .reporterrors

echo "Testing initial install"
./install.sh
Expand Down

0 comments on commit 75c713e

Please sign in to comment.