Skip to content

Commit c17b09d

Browse files
authored
Merge pull request #527 from henrywang/test_container_ci
ci: install jq in "Get Current Job Log URL" step
2 parents 2d81e70 + 3533229 commit c17b09d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: Get Current Job Log URL
8484
id: job-log-url
8585
run: |
86+
sudo dnf install -y jq
8687
JOB_HTML_URL=$(curl --get -Ss -H "Authorization: token ${GITHUB_TOKEN}" -H "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/fedora-iot/fido-device-onboard-rs/actions/runs/${GITHUB_RUN_ID}/jobs?per_page=30" | jq -r --arg job_name "fido-container" '.jobs | map(select(.name == "fido-container")) | .[0].html_url')
8788
echo "html_url=$JOB_HTML_URL" >> $GITHUB_OUTPUT
8889
env:

0 commit comments

Comments
 (0)