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 9a4dedf commit d3e8f3eCopy full SHA for d3e8f3e
.buildkite/integration-restricted-test.sh
@@ -10,7 +10,7 @@ export TEST_GCP_ZONE=us-central1-a
10
export TEST_GCP_USERNAME=buildkite@sourcegraph-dev.iam.gserviceaccount.com
11
export BUILD_CREATOR=$BUILDKITE_BUILD_CREATOR
12
export BUILD_UUID=$BUILDKITE_BUILD_ID
13
-export BUILD_BRANCH=$BUILDKITE_BRANCH
+export BUILD_BRANCH=${BUILDKITE_BRANCH//./-}
14
15
${DEPLOY_SOURCEGRAPH_ROOT}/tests/integration/restricted/test.sh
16
0 commit comments