Skip to content

Commit

Permalink
Update bazel-release.yml (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Oct 23, 2023
1 parent 5a88d96 commit 8b56aa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/bazel-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ steps:
agents:
- queue=windows
command: |
set BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%
set "BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%"
git fetch origin ${BUILDKITE_BRANCH}
git checkout ${BUILDKITE_BRANCH}
Expand Down Expand Up @@ -260,7 +260,7 @@ steps:
# current we just use x86_64 machines to do cross compile.
- queue=windows
command: |
set BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%
set "BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%"
git fetch origin ${BUILDKITE_BRANCH}
git checkout ${BUILDKITE_BRANCH}
Expand Down Expand Up @@ -397,7 +397,7 @@ steps:
agents:
- queue=windows
command: |
set BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%
set "BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%"
git fetch origin ${BUILDKITE_BRANCH}
git checkout ${BUILDKITE_BRANCH}
Expand All @@ -418,7 +418,7 @@ steps:
# current we just use x86_64 machines to do cross compile.
- queue=windows
command: |
set BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%
set "BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%"
git fetch origin ${BUILDKITE_BRANCH}
git checkout ${BUILDKITE_BRANCH}
Expand Down

0 comments on commit 8b56aa3

Please sign in to comment.