From af60b743c34a444c8d56459f5175ded9ae6a6a98 Mon Sep 17 00:00:00 2001 From: Marek Chrastina Date: Tue, 26 Feb 2019 08:19:00 +0100 Subject: [PATCH] Replace davidhrbac/docker-pycheck with it4innovations/docker-pycheck --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32536179..4d8f3ff9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,8 @@ other_files: python_formatter: stage: beautifier - image: davidhrbac/docker-pycheck:latest + image: it4innovations/docker-pycheck:latest script: - - which autopep8 || pip install autopep8 - - which git || apt update && apt install -y git - for i in `git whatchanged -4 | egrep "new|modified" | grep ".eb" | cut -d ":" -f 2 | cut -d " " -f 4`; do echo $i; autopep8 --aggressive --aggressive "$i"; done only: - master