mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
5729b3ca1c
commit
bbcb01d49d
|
@ -26,7 +26,9 @@ test:
|
|||
git-scm.org: '*'
|
||||
working-directory: test
|
||||
script:
|
||||
- git-review --version | tee /dev/stderr | grep -q -w '{{version}}'
|
||||
# broken in 2.4.0
|
||||
- run: git-review --version | tee /dev/stderr | grep -q -w '{{version}}'
|
||||
if: <2.4.0 || >=2.4.1
|
||||
|
||||
- git init --initial-branch main
|
||||
- git config user.name PkgxTestBot
|
||||
|
|
Loading…
Reference in a new issue