summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-24 05:39:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-24 05:39:58 -0300
commit807505552b630e4bc004e844b5d46bd062b49574 (patch)
treefbf9e2b567ba096d8a3c395275c76faabd9fa846
parent975d46e7e1174e931eb25800980702b2a7639d05 (diff)
downloadtools-807505552b630e4bc004e844b5d46bd062b49574.tar.gz
tools-807505552b630e4bc004e844b5d46bd062b49574.tar.bz2
tools-807505552b630e4bc004e844b5d46bd062b49574.tar.xz
tools-807505552b630e4bc004e844b5d46bd062b49574.zip
Update CI rules
-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