Remove prints to directory
This commit is contained in:
@@ -27,10 +27,6 @@ jobs:
|
|||||||
- name: Setup workspace
|
- name: Setup workspace
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
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