Skip to content

Commit

Permalink
🚀 update openssh-client package
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Aug 22, 2018
1 parent 42ba832 commit 0317ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ mkdocs:
image: python:3.7.0-alpine3.8
script:
- rm -f ~/.gitconfig && rm -Rf ~/.ssh
- apk add --no-cache git=2.18.0-r0 git-fast-import=2.18.0-r0 openssh-client=7.7_p1-r2 bash=4.4.19-r1
- apk add --no-cache git=2.18.0-r0 git-fast-import=2.18.0-r0 openssh-client=7.7_p1-r3 bash=4.4.19-r1
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- echo "$GIT_SSH_PUB_KEY" > ~/.ssh/id_rsa.pub
Expand Down

0 comments on commit 0317ff2

Please sign in to comment.