Compare commits
2 Commits
e1b9cc8136
...
d97a6c0f20
| Author | SHA1 | Date | |
|---|---|---|---|
| d97a6c0f20 | |||
| 52196ce9a2 |
@@ -27,10 +27,6 @@ jobs:
|
||||
- name: Setup workspace
|
||||
shell: bash
|
||||
run: |
|
||||
echo "List workspace directory"
|
||||
ls ${GITEA_WORKSPACE}
|
||||
echo "List current directory"
|
||||
ls .
|
||||
mkdir -p ${GITEA_WORKSPACE}/rpmbuild/{RPMS,SPECS}
|
||||
cp ./hyprwayland-scanner/hyprwayland-scanner.spec ${GITEA_WORKSPACE}/rpmbuild/SPECS
|
||||
|
||||
@@ -40,6 +36,7 @@ jobs:
|
||||
podman run --rm \
|
||||
--mount type=bind,src=${GITEA_WORKSPACE}/rpmbuild,dst=/root/rpmbuild \
|
||||
--mount type=bind,src=entrypoint.sh,dst=/entrypoint.sh \
|
||||
--group-add keep-groups \
|
||||
fedora:latest \
|
||||
/entrypoint.sh /root/rpmbuild/SPECS/hyprwayland-scanner.spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user