We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14630f commit 31767d2Copy full SHA for 31767d2
cloudbuild.yaml
@@ -6,7 +6,7 @@ steps:
6
- "-e"
7
- "-c"
8
- |
9
- git clone https://github.com/getsentry/self-hosted.git
+ git clone -b $BRANCH_NAME https://github.com/getsentry/self-hosted.git
10
echo 'no' > self-hosted/.reporterrors
11
echo '{"version": "3.4", "networks":{"default":{"external":{"name":"cloudbuild"}}}}' > self-hosted/docker-compose.override.yml
12
timeout: 60s
0 commit comments