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: ...@@ -26,7 +26,8 @@ build-singularity:
- singularity --version - singularity --version
- singularity build $SINGULARITY_IMAGE Singularity - singularity build $SINGULARITY_IMAGE Singularity
- apt-get update -qy - apt-get update -qy
- apt-get install -y lftp - apt-get install -qy lftp
- apt-get install -qy ssh
- mkdir -p ~/.ssh/ - mkdir -p ~/.ssh/
- touch ~/.ssh/known_hosts - touch ~/.ssh/known_hosts
- ssh-keyscan -H $KM3NET_SFTP_HOST >> ~/.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.
Please register or to comment