mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
CI: need allow-dirty because we have fdroidserver under $PWD
This commit is contained in:
parent
ecc214bc75
commit
b27f3cde83
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ checkupdates:
|
|||
- git remote set-url origin "https://gitlab-ci-token:${CI_GIT_PUSH_TOKEN}@${url_host}"
|
||||
script:
|
||||
- while true; sleep 300; do git pull --rebase origin master; git push origin HEAD:master; done&
|
||||
- fdroid checkupdates --auto --commit
|
||||
- fdroid checkupdates --auto --commit --allow-dirty
|
||||
- git pull --rebase origin master
|
||||
- git push origin HEAD:master
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue