From 807505552b630e4bc004e844b5d46bd062b49574 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Sep 2021 05:39:58 -0300 Subject: Update CI rules --- .gitlab-ci.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-60-g2f50