From 7230f1f86e3eea742e1babffdd3606981ab1adbc Mon Sep 17 00:00:00 2001 From: steveri Date: Thu, 14 Sep 2023 10:44:45 -0700 Subject: [PATCH] double-dollar problems AGAIN --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 50220733..743c8889 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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