Skip to content

Commit

Permalink
chore(quality-gates): Remove duplicate skip instruction from pre_comm…
Browse files Browse the repository at this point in the history
…ands
  • Loading branch information
delanni committed Sep 4, 2023
1 parent aea9455 commit 56921aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .buildkite/scripts/lifecycle/pre_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

set -euo pipefail

if [[ "$BUILDKITE_COMMAND" =~ ^"buildkite-agent pipeline upload" ]]; then
echo "Skipped pre-command when running the Upload pipeline"
exit 0
fi

source .buildkite/scripts/common/util.sh

echo '--- Setup environment vars'
Expand Down

0 comments on commit 56921aa

Please sign in to comment.