Skip to content
Snippets Groups Projects
Commit 77ae9363 authored by Laurent Petre's avatar Laurent Petre
Browse files

Fix deployment job

The GitLab CI default image got updated to AlmaLinux 9 and does not
include 'rsync' anymore. Install it within the container.
parent 284b8593
No related branches found
No related tags found
No related merge requests found
Pipeline #6220802 passed
......@@ -36,6 +36,7 @@ deploy:
before_script:
- echo ${SERVICE_ACCOUNT_PASSWORD} | base64 -d | kinit -A -f ${SERVICE_ACCOUNT_USERNAME}@CERN.CH
script:
- dnf install -y rsync
- >
rsync -av --delete
-e "ssh -o StrictHostKeyChecking=no -o GSSAPIAuthentication=yes -o GSSAPITrustDNS=yes -o GSSAPIDelegateCredentials=yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment