Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
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