Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line stages: - build - meta - deploy # Cache modules in between jobs cache: Loading Loading @@ -36,6 +37,7 @@ package: - tags deploy: stage: deploy image: ubuntu:latest before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line stages: - build - meta - deploy # Cache modules in between jobs cache: Loading Loading @@ -36,6 +37,7 @@ package: - tags deploy: stage: deploy image: ubuntu:latest before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' Loading