From c5745decb2d9aa3f4788db447e42198a0d87204b Mon Sep 17 00:00:00 2001 From: "Eduardo L. Buratti" <elburatti@inf.ufpr.br> Date: Wed, 31 Aug 2016 16:06:48 -0300 Subject: [PATCH] Remove unused task from .gitlab-ci --- .gitlab-ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5828d28b..5be6ae29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,9 @@ image: node:6.2 cache: paths: - - /cache + - node_modules before_script: - - npm config set cache /cache - npm install --silent - node_modules/.bin/typings install @@ -14,15 +13,3 @@ run_tests: - npm test tags: - node - -pages: - script: - - npm run doc-api - - cp -r doc public - tags: - - node - artifacts: - paths: - - public - only: - - master -- GitLab