Skip to content
Snippets Groups Projects
Commit c5745dec authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

Remove unused task from .gitlab-ci

parent 1fa2305d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,10 +2,9 @@ image: node:6.2 ...@@ -2,10 +2,9 @@ image: node:6.2
cache: cache:
paths: paths:
- /cache - node_modules
before_script: before_script:
- npm config set cache /cache
- npm install --silent - npm install --silent
- node_modules/.bin/typings install - node_modules/.bin/typings install
...@@ -14,15 +13,3 @@ run_tests: ...@@ -14,15 +13,3 @@ run_tests:
- npm test - npm test
tags: tags:
- node - node
pages:
script:
- npm run doc-api
- cp -r doc public
tags:
- node
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment