aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-24 16:35:19 -0300
committerEuAndreh <eu@euandre.org>2018-07-24 16:35:19 -0300
commitd36fbc3f96184ec9dea094e78aed724833272bff (patch)
tree99a27bea3d31157f1345d916e24a2210632eccce
parentRemove remaining envvars from mbsyncrc.ini (diff)
downloaddotfiles-d36fbc3f96184ec9dea094e78aed724833272bff.tar.gz
dotfiles-d36fbc3f96184ec9dea094e78aed724833272bff.tar.xz
Remove extra project specific commands from template gitlab-ci.yml
-rw-r--r--gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index b94460c..859af7c 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -14,15 +14,13 @@ lint:
test:
stage: test
script:
- - lein deps
- lein test
pages:
stage: pages
coverage: '/ALL FILES.*?(\d+\.\d+)/'
script:
- - lein doc # outputs to public/api/
- - lein cloverage -o public/coverage/
+ - lein docs
artifacts:
paths:
- public