summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 2 insertions, 22 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80dbfef83..e79a66767 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,36 +40,16 @@ variables:
only:
- schedules
-sh-check:
+style-check-diff:
extends: .only-default
image: $DEBIAN_IMAGE
stage: style-check
allow_failure: true
script:
+ - .gitlab-ci/run-style-check-diff.sh
- .gitlab-ci/run-shellcheck.sh
- only:
- changes:
- - "**/*.sh"
-
-py-check:
- extends: .only-default
- image: $DEBIAN_IMAGE
- stage: style-check
- allow_failure: true
- script:
- .gitlab-ci/run-black.sh
- .gitlab-ci/run-flake8.sh
- only:
- changes:
- - "**/*.py"
-
-style-check-diff:
- extends: .only-default
- image: $DEBIAN_IMAGE
- stage: style-check
- allow_failure: true
- script:
- - .gitlab-ci/run-style-check-diff.sh
check-todos:
extends: .only-default