Skip to content
Snippets Groups Projects
Commit e27c0b5c authored by Riccardo De Maria's avatar Riccardo De Maria
Browse files

gitlab

parent 5893e0c7
No related branches found
No related tags found
No related merge requests found
stages:
- deploy
- afs_pull
- afs_deploy
deployment:
stage: deploy
......@@ -14,7 +14,7 @@ deployment:
- deploy-eos
afs:
stage: afs_pull
stage: afs_deploy
image: gitlab-registry.cern.ch/acc-models/acc-models-www/cern_cc7_base
before_script:
- mkdir -p ~/.ssh
......@@ -23,5 +23,5 @@ afs:
script:
- echo "${EOS_ACCOUNT_PASSWORD}" | kinit -f ${EOS_ACCOUNT_USERNAME}@CERN.CH
- klist
- rsync /builds/acc-models/acc-models-lhc/ -av --delete /builds/acc-models/acc-models-lhc ${EOS_ACCOUNT_USERNAME}@lxplus:/afs/cern.ch/eng/acc-models/lhc/${CI_COMMIT_REF_NAME}
- rsync /builds/acc-models/acc-models-lhc/ -av --delete /builds/acc-models/acc-models-lhc ${EOS_ACCOUNT_USERNAME}@lxplus:/eos/project/a/acc-models/public/lhc/${CI_COMMIT_REF_NAME}
- rsync /builds/acc-models/acc-models-lhc/ -avz --delete /builds/acc-models/acc-models-lhc ${EOS_ACCOUNT_USERNAME}@lxplus:/afs/cern.ch/eng/acc-models/lhc/${CI_COMMIT_REF_NAME}
- rsync /builds/acc-models/acc-models-lhc/ -avz --delete /builds/acc-models/acc-models-lhc ${EOS_ACCOUNT_USERNAME}@lxplus:/eos/project/a/acc-models/public/lhc/${CI_COMMIT_REF_NAME}
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