X-Git-Url: https://git.r.bdr.sh/rbdr/flower/blobdiff_plain/a05152cc2bcad4b0eabc6804101d4040ed53280b..d8421d6220e8c02a67de60e06f7d643cf459da6a:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ce6c44..fcf1760 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,12 +2,6 @@ image: node:8 stages: - lint - - deploy - -cache: - key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA} - paths: - - node_modules/ before_script: - npm install @@ -16,11 +10,3 @@ lint: stage: lint script: - npm run lint - -pages: - stage: deploy - artifacts: - paths: - - . - only: - - master