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

ci: dl-cache: pull before committing

Another build job might since have commited its dl-cache hence do a pull
before we commit our dl cache.
parent 3865d38d
No related branches found
No related tags found
No related merge requests found
Pipeline #1206 failed
...@@ -33,7 +33,7 @@ default: ...@@ -33,7 +33,7 @@ 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 add . && git commit -m "update DL cache" || true - cd gluon/openwrt/dl && git pull && git add . && git commit -m "update DL cache" || true
- git push || true - git push || true
generate_date: generate_date:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment