From c16f31ac8e960ce99f766ec073c1c7bd9da42e0d Mon Sep 17 00:00:00 2001 From: lovetox Date: Sat, 8 Jan 2022 17:17:20 +0100 Subject: Remove .gitlab-ci.yml --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2668450..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -stages: - - test - -run-test: - stage: test - script: - - rm -rf civenv-plugins - - virtualenv -p python3 --system-site-packages civenv-plugins - - . ./civenv-plugins/bin/activate - # - pip3 install -I pylint==2.4.4 - # - python3 -m pylint acronyms_expander - # - python3 -m pylint anti_spam - - deactivate - - rm -rf civenv-plugins \ No newline at end of file -- cgit v1.2.3