Cédric Krier pushed to branch branch/default at Tryton / coda
Commits:
1e4d644d by Cédric Krier at 2023-07-22T19:41:27+02:00
Always run checks
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -10,9 +10,6 @@
.check:
stage: check
- rules:
- - if: $CI_MERGE_REQUEST_ID != null
- when: always
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/tryton/ci
check-flake8:
@@ -35,8 +32,6 @@
.test:
stage: test
- rules:
- - when: always
.test-tox:
extends: .test
View it on Heptapod:
https://foss.heptapod.net/tryton/coda/-/commit/1e4d644d4a64dd0a75afbe1fd22aece4dba1f290
--
View it on Heptapod:
https://foss.heptapod.net/tryton/coda/-/commit/1e4d644d4a64dd0a75afbe1fd22aece4dba1f290
You're receiving this email because of your account on foss.heptapod.net.