1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-06 21:40:47 +00:00

CI: wait for dpkg lock in debian/ubuntu setup step

This commit is contained in:
Stanislas Lange 2024-05-16 20:37:23 +02:00
parent 0cc002e17d
commit 67701fac77
No known key found for this signature in database

View File

@ -59,7 +59,7 @@ jobs:
host: ${{ steps.server_ip.outputs.value }}
username: root
key: ${{ secrets.SSH_KEY }}
script: set -x && apt-get -o DPkg::Lock::Timeout=120 update && apt-get install -y git
script: set -x && apt-get update && apt-get -o DPkg::Lock::Timeout=120 install -y git
- name: Setup remote server (Fedora)
if: steps.server_os.outputs.value == 'fedora'