aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 16:24:46 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 16:24:46 +0100
commitdf46e401bd3dac1162cace8e9259ddaba02d5332 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /.gitlab-ci.yml
parent2db3d88503fbe219e99c464c4cc8e768613e1359 (diff)
downloadgenpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.gz
genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.bz2
genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.zip
ref: Remove all clojure related Files
Making room for wasm project.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 3d38750..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-image: clojure:lein-2.7.0
-
-before_script:
- - lein deps
-
-test:
- script:
- - lein test
-
-pages:
- stage: deploy
- script:
- - lein package
- artifacts:
- paths:
- - public
- only:
- - master