mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-20 02:32:37 +01:00
Update CI
This commit is contained in:
parent
cf270419d6
commit
85c344a4f1
@ -2,7 +2,6 @@ image: node:16.13
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- install-dependencies
|
- install-dependencies
|
||||||
- test
|
|
||||||
- build
|
- build
|
||||||
|
|
||||||
Install Dependencies:
|
Install Dependencies:
|
||||||
@ -14,15 +13,6 @@ Install Dependencies:
|
|||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
ESLinter:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- node ./node_modules/eslint/bin/eslint.js src/
|
|
||||||
cache:
|
|
||||||
key: ${CI_COMMIT_BRANCH}
|
|
||||||
paths:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
Build Nitro:
|
Build Nitro:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user