From d36fbc3f96184ec9dea094e78aed724833272bff Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 24 Jul 2018 16:35:19 -0300 Subject: Remove extra project specific commands from template gitlab-ci.yml --- gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3