Skip to content

Commit

Permalink
double-dollar problems AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Sep 14, 2023
1 parent 77f598f commit 7230f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
git checkout $$DEV || USING_MASTER=true
if ! [ "$$USING_MASTER" ]; then
msg="### WARNING Using dev branch '$${DEV}' instead of master"
buildkite-agent annotate --style "warning" --context dev "$msg"
buildkite-agent annotate --style "warning" --context dev "$$msg"
fi
fi
bin=$BUILDKITE_BUILD_CHECKOUT_PATH/.buildkite/bin
Expand Down

0 comments on commit 7230f1f

Please sign in to comment.