Disable CI/CD for GitLab Pages.
This commit is contained in:
parent
314a89d185
commit
07fde82912
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
image: node:lts
|
|
||||||
|
|
||||||
workflow:
|
|
||||||
rules:
|
|
||||||
- if: '$CI_COMMIT_BRANCH == "production-test"'
|
|
||||||
|
|
||||||
pages:
|
|
||||||
script:
|
|
||||||
- npm install
|
|
||||||
- npm run build
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
Loading…
Add table
Reference in a new issue