mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Fix typo
This commit is contained in:
parent
57f3ab36cf
commit
f7ae38e8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ checkupdates_runner:
|
|||
# when two jobs try to push at the same time they occasionally fail, so try one more time if it fails
|
||||
- git push origin HEAD:master || (git pull --rebase origin master && git push origin HEAD:master)
|
||||
- echo "============== Summary ====================="
|
||||
- 'grep -v "INFO: Processing" /tmp/out' || true
|
||||
- 'grep -v "INFO: Processing" /tmp/out || true'
|
||||
|
||||
fdroid build:
|
||||
image: registry.gitlab.com/fdroid/ci-images-client:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue