From d36f22e7ae3f96573870f2d5486bdb40b564ca1d Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 2 Jan 2023 16:47:21 -0300 Subject: Trying a debian image just to test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3