Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
0c420e62 by Cédric Krier at 2023-02-10T09:35:52+01:00
Check mercurial status only in trytond directory after updating rng
Closes #12075
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -259,7 +259,7 @@
script:
- python trytond/setup.py update_rng
- |
- if [ `hg status | wc -l` -ne 0 ]; then
+ if [ `hg status trytond| wc -l` -ne 0 ]; then
false
fi
rules:
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/0c420e622bd910a8ff9247b3d5da288cb3231fb0
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/0c420e622bd910a8ff9247b3d5da288cb3231fb0
You're receiving this email because of your account on foss.heptapod.net.