Skip to content
Snippets Groups Projects
Commit 7d4fec95 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

BUGFIX: Set default gitlab-ci image (alpine) & switch commands

parent 00803619
1 merge request!68BUGFIX: Set default gitlab-ci image (alpine) & switch commands
Pipeline #23 canceled with stages
in 1 minute and 43 seconds
image: 'bash:latest'
before_script:
- apk add --no-cache make wget git
- make install-composer
......@@ -11,8 +13,7 @@ stages:
sync:github:
stage: sync
before_script:
- apt-get -y update && apt-get -y upgrade
- apt-get -y install openssh-client git
- apk add --no-cache openssh-client git
# SSH deploy key
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment