Compare commits

..

2 Commits

Author SHA1 Message Date
d97a6c0f20 Attempt to put new container in group to fix permission issues
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 39s
2025-11-28 14:36:31 -05:00
52196ce9a2 Remove prints to directory 2025-11-28 00:08:36 -05:00

View File

@@ -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