Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bd0dc44 authored by Romain Hunault's avatar Romain Hunault
Browse files

Enable build process to commit and push

parent 7316fa71
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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: