From: Ben Beltran Date: Wed, 1 Aug 2018 03:04:52 +0000 (-0500) Subject: Remove deployment step X-Git-Url: https://git.r.bdr.sh/rbdr/flower/commitdiff_plain/d8421d6220e8c02a67de60e06f7d643cf459da6a?ds=inline Remove deployment step --- 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