Newer
Older

Griefed
committed
stages:

Griefed
committed
- docs
test quasar:
image: griefed/gitlab-ci-cd:2.0.6

Griefed
committed
stage: test
cache:
paths:
- node_modules/
before_script:
- npm install
- rm -Rf dist
script:
- quasar build
pages:
image: griefed/gitlab-ci-cd:2.0.6

Griefed
committed
cache:
paths:
- node_modules/
before_script:
- npm install
- rm -Rf dist
script:
- quasar build
- cp -Rf dist/spa/* public/
rules:
- if: '$CI_COMMIT_BRANCH == "main"'