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
Branches
Tags
No related merge requests found
Pipeline #1258 failed
......@@ -33,7 +33,8 @@ default:
- git config --global user.name "FFS Buildbot"
- mkdir -p ~/.ssh
- 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 pull && git push || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment