summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-02 16:47:21 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-02 16:47:21 -0300
commitd36f22e7ae3f96573870f2d5486bdb40b564ca1d (patch)
tree484bd9cdf8c767d897396d06cb1757fcdfd11059
parent135f66bfb806bc43cc347934fe8de9d847cba461 (diff)
Trying a debian image just to test
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c23500a..26c2dbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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