We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049ec16 commit 1cc969aCopy full SHA for 1cc969a
.buildkite/scripts/get-bc-commit.sh
@@ -35,6 +35,8 @@ if [[ -z "$TARGET_COMMIT_HASH" ]]; then
35
exit 1
36
fi
37
38
+echo "Running bc-bwc tests on commit [$TARGET_COMMIT_HASH]"
39
+
40
cat <<EOF | buildkite-agent pipeline upload
41
steps:
42
- label: $BUILDKITE_BRANCH / bc-bwc
0 commit comments