Skip to content
Snippets Groups Projects
Commit 548ec9ab authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update .gitlab-ci.yml

parent 9a9dd8ae
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,11 @@ pages: ...@@ -4,14 +4,11 @@ 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:
only: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- master
\ No newline at end of file
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