summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml21
1 files changed, 1 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b389717..04a9fb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,36 +1,17 @@
stages:
- test
- - success
- - failure
pyflakes2:
stage: test
script:
- ./ci/install.sh python2.7 pyflakes
- pyflakes .
- image: debian:stable
+ image: debian:buster
.pyflakes3:
stage: test
script:
- ./ci/install.sh python3 pyflakes3
- pyflakes3 .
- image: debian:unstable
-
-success:
- stage: success
- script:
- - echo "do nothing"
image: debian:stable
- when: on_success
- variables:
- GIT_STRATEGY: none
-failure:
- stage: failure
- script:
- - echo "do nothing"
- image: debian:stable
- when: on_failure
- variables:
- GIT_STRATEGY: none