Skip to content

Commit 31767d2

Browse files
fix(e2e tests): Pull branch that initially triggers gcp build for PRs (#1694)
pull branch that initially triggers gcp build for PRs
1 parent c14630f commit 31767d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- "-e"
77
- "-c"
88
- |
9-
git clone https://github.com/getsentry/self-hosted.git
9+
git clone -b $BRANCH_NAME https://github.com/getsentry/self-hosted.git
1010
echo 'no' > self-hosted/.reporterrors
1111
echo '{"version": "3.4", "networks":{"default":{"external":{"name":"cloudbuild"}}}}' > self-hosted/docker-compose.override.yml
1212
timeout: 60s

0 commit comments

Comments
 (0)