X-Git-Url: https://git.r.bdr.sh/rbdr/flower/blobdiff_plain/53797ff8ae5341b0acacc9f98e8a6ebb691f4682..d8421d6220e8c02a67de60e06f7d643cf459da6a:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 575156b..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,13 +10,3 @@ lint: stage: lint script: - npm run lint - -pages: - stage: deploy - script: - - echo "noop" - artifacts: - paths: - - . - only: - - master