Skip to content

Commit d3e8f3e

Browse files
committed
escape branch for label use
1 parent 9a4dedf commit d3e8f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/integration-restricted-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export TEST_GCP_ZONE=us-central1-a
1010
export TEST_GCP_USERNAME=buildkite@sourcegraph-dev.iam.gserviceaccount.com
1111
export BUILD_CREATOR=$BUILDKITE_BUILD_CREATOR
1212
export BUILD_UUID=$BUILDKITE_BUILD_ID
13-
export BUILD_BRANCH=$BUILDKITE_BRANCH
13+
export BUILD_BRANCH=${BUILDKITE_BRANCH//./-}
1414

1515
${DEPLOY_SOURCEGRAPH_ROOT}/tests/integration/restricted/test.sh
1616

0 commit comments

Comments
 (0)