diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-07-31 22:04:52 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-07-31 22:04:52 -0500 |
| commit | d8421d6220e8c02a67de60e06f7d643cf459da6a (patch) | |
| tree | b4b3890a88b2f1b937c892510287ae373b7c6977 | |
| parent | 53797ff8ae5341b0acacc9f98e8a6ebb691f4682 (diff) | |
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 |