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:
authorlovetox <philipp@hoerist.com>2022-01-08 19:17:20 +0300
committerlovetox <philipp@hoerist.com>2022-01-08 19:17:20 +0300
commitc16f31ac8e960ce99f766ec073c1c7bd9da42e0d (patch)
treeab8d476bd64fc349a852f9c2d22cc31fb00efd56 /.gitlab-ci.yml
parente154cdc9d1dabb37bd13d1bb468f61bc07fbaf1b (diff)
Remove .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-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