Skip to content

Commit

Permalink
Pass copr build properly
Browse files Browse the repository at this point in the history
Artifacts to be installed should come in build_id:chroot_name form.

Ex. "artifacts": [{"type": "fedora-copr-build", "id": "2220887:epel-7-x86_64"}]
  • Loading branch information
fernflower authored and pirat89 committed Jun 9, 2021
1 parent e12a38e commit 2274e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tmt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
"environments": [{
"arch": "x86_64",
"os": {"compose": "RHEL-7.9-updates-20201124.0"},
"artifacts": [{"type": "fedora-copr-build", "id": "${{ steps.copr_build.outputs.copr_id }}"}],
"artifacts": [{"type": "fedora-copr-build", "id": "${{ steps.copr_build.outputs.copr_id }}:epel-7-x86_64"}],
"variables": {
"REPO": "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY",
"REF": "${{ steps.ref_sha.outputs.ref }}",
Expand Down

0 comments on commit 2274e7b

Please sign in to comment.