Skip to content
Snippets Groups Projects
Commit baf50d9a authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add cc-lyon release job

parent 01f6991a
No related branches found
No related tags found
1 merge request!17Automatise lyon installation
Pipeline #8910 failed
......@@ -111,3 +111,11 @@ pypi:
- twine upload dist/*
only:
- tags
cc-lyon:
image: docker.km3net.de/base/ci-helper:1
stage: release
script:
- sshpass -p $IN2P3_PASSWORD ssh -v $IN2P3_USERNAME@$IN2P3_HOST 'export MODULEPATH=/pbs/throng/km3net/modulefiles; source /usr/share/Modules/init/bash; module load python/3.7.5; pip install git+https://git.km3net.de/km3py/km3io.git'
# only:
# -tags
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