summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-02 16:51:28 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-02 16:51:28 -0300
commita0fbd8efbad9073b1b1f6465fa7303b0c50a2f8c (patch)
tree6a8eec910f8f4fbef7aeccfbe26b27d65227e566
parent247c60866ebb821a1c7c8c165e5e96b62b3cdb65 (diff)
Going back to alpine for speedyness
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0dbcb98..f3eb96e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
-image: debian:latest
+image: alpine:latest
deploy:
stage: deploy
before_script:
- - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
+ - 'command -v ssh-agent >/dev/null || ( apk add --update openssh )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh