Skip to content
Snippets Groups Projects
Commit ef813c89 authored by joeappleton18's avatar joeappleton18
Browse files

updated the CI ppipeline

parent 9dcefd4c
No related branches found
No related tags found
No related merge requests found
Pipeline #69626 failed
...@@ -3,12 +3,14 @@ image: node:9.11.1 ...@@ -3,12 +3,14 @@ image: node:9.11.1
pages: pages:
cache: cache:
paths: paths:
- node_modules/ - node_modules/
script: script:
- yarn install - yarn install
- yarn run build - yarn run build
artifacts: artifacts:
paths: paths:
- public - public
rules: rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment