Skip to content
Snippets Groups Projects
Commit b3176428 authored by Stefan Reck's avatar Stefan Reck
Browse files

try4

parent a5076e9f
No related branches found
No related tags found
1 merge request!16Singularity artifacts
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -27,8 +27,6 @@ build-singularity:
- singularity build $SINGULARITY_IMAGE Singularity
- apt-get update -qy
- apt-get install -qy lftp
- apt-get install -qy ssh
- mkdir -p ~/.ssh/
- touch ~/.ssh/known_hosts
- ssh-keyscan -H $KM3NET_SFTP_HOST >> ~/.ssh/known_hosts
- lftp -u $KM3NET_SFTP_USER,$KM3NET_SFTP_PASSWORD sftp://$KM3NET_SFTP_HOST -e "set ssl:verify-certificate no; cd singularity/; put $SINGULARITY_IMAGE; bye"
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