meta: add missing openssh-client to GitLab CI

This commit is contained in:
ptrcnull 2021-03-29 16:37:11 +02:00
parent dedf0514e2
commit 0a6659329f

View file

@ -2,6 +2,7 @@ build:
stage: build
image: alpine:3.13
script:
- apk add openssh-client
- echo "$CI_KEY" | ssh-add -
- ssh ci@$CI_HOST "cd alpine-root && git pull && ./build.sh"
rules: