ci: don't fail if /var/lib/acme isn't present

This commit is contained in:
missytake 2024-05-01 00:41:11 +02:00
parent 0a72c2fba7
commit 7ce1a5e841
No known key found for this signature in database
GPG Key ID: 04CC6658320518DF

View File

@ -56,7 +56,7 @@ jobs:
# restore acme & dkim state to staging.testrun.org
rsync -avz acme-restore/acme/ root@staging.testrun.org:/var/lib/acme || true
rsync -avz dkimkeys-restore/dkimkeys/ root@staging.testrun.org:/etc/dkimkeys || true
ssh -o StrictHostKeyChecking=accept-new -v root@staging.testrun.org chown root:root -R /var/lib/acme
ssh -o StrictHostKeyChecking=accept-new -v root@staging.testrun.org chown root:root -R /var/lib/acme || true
- name: run formatting checks
run: cmdeploy fmt -v