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 f236cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-command
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

source ./lib/utils.bash
source "$(pwd)/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 f236cd6

Please sign in to comment.