Skip to content

Commit

Permalink
Update Bazel check in deploy script as we now use Bazel 4.2.1.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 409012600
  • Loading branch information
danysantiago authored and Dagger Team committed Nov 11, 2021
1 parent 3703588 commit 68a22b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/deploy-to-maven-central.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if [[ "$VERSION_NAME" =~ " " ]]; then
fi

BAZEL_VERSION=$(bazel --version)
if [[ $BAZEL_VERSION != *"3.7.1"* ]]; then
echo "Must use Bazel version 3.7.1"
if [[ $BAZEL_VERSION != *"4.2.1"* ]]; then
echo "Must use Bazel version 4.2.1"
exit 4
fi

Expand Down

0 comments on commit 68a22b7

Please sign in to comment.