test output
All checks were successful
/ build (push) Successful in 5m25s

This commit is contained in:
Alexander Schäferdiek 2023-08-17 01:29:23 +02:00
parent ce150d24e8
commit 94151c5d98

View file

@ -7,7 +7,6 @@ jobs:
steps:
- name: Prepare requirements
run: |
ldd --version
pacman -Syu --noconfirm
pacman -Sy --noconfirm nodejs npm git
pacman -Sy --noconfirm shellcheck rsync openssh
@ -29,6 +28,7 @@ jobs:
sudo -u build repo-add repo-aur-myservermanager-com.db.tar.gz *.zst
cp *.zst ${{ github.workspace }}/_pkg/
cp *.tar.gz ${{ github.workspace }}/_pkg/
ls -la ${{ github.workspace }}/_pkg/
# - name: Synchronize to custom ArchLinux User Repository
# env:
@ -39,4 +39,4 @@ jobs:
# mkdir -p ~/.ssh
# echo $KEY | base64 -d >> ~/.ssh/id_rsa
# chmod 600 ~/.ssh/id_rsa
# rsync -az -zz -r --del -e 'ssh -p 2222 -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o StrictHostKeyChecking=no' ./_pkg/{*.zst,*.db.tar.gz,*.files.tar.gz} $USER@$HOST:/srv/http/myservermanager.com/htdocs/aur/
# rsync -az -zz -r --del -e 'ssh -p 2222 -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o StrictHostKeyChecking=no' ${{ github.workspace }}/_pkg/{*.zst,*.db.tar.gz,*.files.tar.gz} $USER@$HOST:/srv/http/myservermanager.com/htdocs/aur/