Cédric Krier pushed to branch branch/default at Tryton / Relatorio
Commits:
ae05ed7a by Cédric Krier at 2023-07-22T19:38:39+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-doc:
@@ -51,8 +48,6 @@
.test:
stage: test
- rules:
- - when: always
.test-tox:
extends: .test
View it on Heptapod:
https://foss.heptapod.net/tryton/relatorio/-/commit/ae05ed7a3e934b74695b7a17e804061ebea41703
--
View it on Heptapod:
https://foss.heptapod.net/tryton/relatorio/-/commit/ae05ed7a3e934b74695b7a17e804061ebea41703
You're receiving this email because of your account on foss.heptapod.net.