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

fix singularity

$$$$$$$$$$$$$$$$$$$$$$$$$$
parent 9d9ed0ba
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ singularity:
- singularity build $SINGULARITY_RELEASE_IMAGE Singularity
- apt-get update -qy
- apt-get install -qy lftp
- lftp -u $KM3NET_SFTP_USER,$KM3NET_SFTP_PASSWORD sftp://$KM3NET_SFTP_HOST -e "set sftp:auto-confirm yes; set ssl:verify-certificate no; cd singularity/; put SINGULARITY_RELEASE_IMAGE; bye"
- lftp -u $KM3NET_SFTP_USER,$KM3NET_SFTP_PASSWORD sftp://$KM3NET_SFTP_HOST -e "set sftp:auto-confirm yes; set ssl:verify-certificate no; cd singularity/; put $SINGULARITY_RELEASE_IMAGE; bye"
tags:
- docker
only:
......
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