Loading .gitlab-ci.yml +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,16 @@ image: "registry.gitlab.eelo.io:5000/eelo/docker-wget:latest" stages: - update before_script: - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - git config --global user.email "mr.robot@eelo.io" - git config --global user.name "Mr. Robot" udpate-apk: stage: update variables: Loading Loading
.gitlab-ci.yml +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,16 @@ image: "registry.gitlab.eelo.io:5000/eelo/docker-wget:latest" stages: - update before_script: - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - git config --global user.email "mr.robot@eelo.io" - git config --global user.name "Mr. Robot" udpate-apk: stage: update variables: Loading