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

try3

parent db30a440
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.
......@@ -26,7 +26,8 @@ build-singularity:
- singularity --version
- singularity build $SINGULARITY_IMAGE Singularity
- apt-get update -qy
- apt-get install -y lftp
- 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
......
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