Skip to content

Commit

Permalink
Update post-command
Browse files Browse the repository at this point in the history
  • Loading branch information
SongyuW authored Mar 18, 2024
1 parent 2623065 commit 8ee1c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
set -euo pipefail

if [[ "${BUILDKITE_PLUGIN_CACHE_SKIP_POST_COMMAND_HOOK:-false}" =~ (true|on|1) ]]; then
echo -e "SKIP_POST_COMMAND_HOOK flag Detected. Skipping..."
exit 0
fi

Expand Down

0 comments on commit 8ee1c80

Please # to comment.