Temp add workspace and current directory
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 25s
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 25s
This commit is contained in:
@@ -19,6 +19,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y podman skopeo iptables
|
sudo apt-get install -y podman skopeo iptables
|
||||||
|
echo "List workspace directory"
|
||||||
|
ls ${GITEA_WORKSPACE}
|
||||||
|
echo "List current directory"
|
||||||
|
ls .
|
||||||
mkdir -p ${GITEA_WORKSPACE}/rpmbuild/{RPMS,SPECS}
|
mkdir -p ${GITEA_WORKSPACE}/rpmbuild/{RPMS,SPECS}
|
||||||
cp ./hyprwayland-scanner/hyprwayland-scanner.spec ${GITEA_WORKSPACE}/rpmbuild/SPECS
|
cp ./hyprwayland-scanner/hyprwayland-scanner.spec ${GITEA_WORKSPACE}/rpmbuild/SPECS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user