Skip to content
Snippets Groups Projects
Commit ee287b66 authored by gawen.ackerman's avatar gawen.ackerman :robot:
Browse files

1053

parent 99427ed4
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ default: ...@@ -15,7 +15,7 @@ default:
# Commmon to all stages -- needed because the image's storage is not persistent across them # Commmon to all stages -- needed because the image's storage is not persistent across them
before_script: before_script:
# uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable. # uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable.
# - export - export
- apk -U add git openssh-client rsync - apk -U add git openssh-client rsync
- mkdir -p -m 0700 ~/.ssh - mkdir -p -m 0700 ~/.ssh
- touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts - touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment