Update .gitlab-ci.yml

This commit is contained in:
Thomas Citharel 2018-10-26 11:11:05 +02:00
parent 9a045b4608
commit 8ecb77c322
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ image: alpine:latest
pages:
stage: deploy
before_script:
- apk --update add openssh-client && apk add bash
script:
- mkdir "${HOME}/.ssh"
- chmod 700 "${HOME}/.ssh"