From d74ce33fc71bed5c2f629fce0d8126b2806da108 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 3 Sep 2023 13:00:26 -0600 Subject: [PATCH] fix pipeline? --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b3d2c8..2a5a9e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ black: - stage: .pre + # stage: .pre image: registry.gitlab.com/pipeline-components/black:latest script: - black --check --verbose -- . - \ No newline at end of file