Skip to content

Commit

Permalink
Fix an issue found on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paymand committed May 25, 2022
1 parent 388c47d commit 9ed5682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/post-command
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -euo pipefail

source ./lib/utils.bash
script_path="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
source "${script_path}/../lib/utils.bash"

main() {
if [[ "${BUILDKITE_PLUGIN_CODECOV_SKIP_ON_FAIL:-false}" =~ ^(true|on|1)$ ]] && [[ "${BUILDKITE_COMMAND_EXIT_STATUS}" -ne 0 ]]; then
Expand Down

0 comments on commit 9ed5682

Please sign in to comment.