Trying a debian image just to test
This commit is contained in:
parent
135f66bfb8
commit
d36f22e7ae
@ -1,9 +1,9 @@
|
||||
image: alpine:latest
|
||||
image: debian:latest
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
before_script:
|
||||
- 'command -v ssh-agent >/dev/null || ( apk add --update openssh )'
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
|
Loading…
x
Reference in New Issue
Block a user