Skip to content

Commit

Permalink
Run from bash
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Jan 26, 2024
1 parent 23a1f01 commit 5ca62c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:

- name: Build RPM
run: |
podman run --rm --privileged \
--volume ${GITHUB_WORKSPACE}/src:/src quay.io/fedora/fedora:39 \
"bash /src/build_rpm.sh"
podman run --rm -it --privileged \
--volume ${GITHUB_WORKSPACE}/src:/src quay.io/fedora/fedora:39 -- \
bash /src/build_rpm.sh

0 comments on commit 5ca62c4

Please sign in to comment.