Skip to content
Snippets Groups Projects
Verified Commit 228e478e authored by Griefed's avatar Griefed :joystick:
Browse files

ci(GitLab): Publish Addons Overview on GitLab Pages, too. Test build on new commits.

parent 46caf286
No related branches found
No related tags found
No related merge requests found
stages:
- docs
test quasar:
image: griefed/gitlab-ci-cd:2.0.2
stage: test
cache:
paths:
- node_modules/
before_script:
- npm install
- rm -Rf dist
script:
- quasar build
pages:
image: griefed/gitlab-ci-cd:2.0.2
stage: build
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"'
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