Skip to content

Commit

Permalink
[ci] check for yq before trying to run it
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-gilligan committed Dec 14, 2023
1 parent 10fff7c commit de98185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/check_job_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -eo pipefail
which yq > /dev/null
jobs=$(for i in $(find .github -iname '*.yaml' -or -iname '*.yml')
do
# Select jobs that are triggered by pull request.
Expand Down

0 comments on commit de98185

Please sign in to comment.