Skip to content
Snippets Groups Projects
Commit a3c3e1a3 authored by Nico's avatar Nico
Browse files

ci: do not require git pull to succeed

parent 78a88dea
No related branches found
No related tags found
No related merge requests found
Pipeline #1258 failed
...@@ -33,7 +33,8 @@ default: ...@@ -33,7 +33,8 @@ default:
- git config --global user.name "FFS Buildbot" - git config --global user.name "FFS Buildbot"
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- cat gitlab-known-hosts >> ~/.ssh/known_hosts - cat gitlab-known-hosts >> ~/.ssh/known_hosts
- cd gluon/openwrt/dl && git pull - cd gluon/openwrt/dl
- git pull || true
- git add . && git commit -m "update DL cache" || true - git add . && git commit -m "update DL cache" || true
- git pull && git push || true - git pull && git push || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment