Echoing out BUILDKITE_COMMAND (#165506)

This commit is contained in:
Brandon Kobel 2023-09-01 14:26:24 -04:00 committed by GitHub
parent 9a549a2fff
commit 75a23c86c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
set -euo pipefail
echo "BUILDKITE_COMMAND: $BUILDKITE_COMMAND"
if [[ "$BUILDKITE_COMMAND" =~ .*"upload".* ]]; then
echo "Skipped pre-command when running the Upload pipeline"
exit 0