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 f951ae0 commit c374f14Copy full SHA for c374f14
.buildkite/hooks/pre-command
@@ -10,3 +10,7 @@ echo "Short SHA = \"${CONTAINER_SHORT_SHA}\""
10
11
export CONTAINER_BRANCH_NAME=$(echo "$BUILDKITE_BRANCH" | sed -e 's/[\/:]/_/g')
12
echo "Safe branch name = \"${CONTAINER_BRANCH_NAME}\""
13
+
14
+[ -n "$CONTAINER_SEMVER" ]
15
+[ -n "$CONTAINER_SHORT_SHA" ]
16
+[ -n "$CONTAINER_BRANCH_NAME" ]
0 commit comments