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 9e33aa3 commit 463e5a6Copy full SHA for 463e5a6
cloudbuild.yaml
@@ -3,10 +3,12 @@ steps:
3
id: clone-and-configure
4
entrypoint: "bash"
5
args:
6
+ # $BRANCH_NAME and $_HEAD_REPO_URL usage is documented here
7
+ # https://cloud.google.com/build/docs/configuring-builds/substitute-variable-values
8
- "-e"
9
- "-c"
10
- |
- git clone -b $BRANCH_NAME https://github.com/getsentry/self-hosted.git
11
+ git clone -b $BRANCH_NAME $_HEAD_REPO_URL
12
echo '{"version": "3.4", "networks":{"default":{"external":{"name":"cloudbuild"}}}}' > self-hosted/docker-compose.override.yml
13
timeout: 60s
14
- name: "gcr.io/$PROJECT_ID/docker-compose"
0 commit comments