forked from engineering/cloudservices
Trying to fix something with the CI?
parent
810ad6e7be
commit
e6b1818222
|
@ -1,19 +1,19 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
typescript_build:
|
typescript_build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cp ../config.json ./src/config.json
|
- cp ../config.json ./src/config.json
|
||||||
- yarn install --ignore-engines
|
- yarn install --ignore-engines
|
||||||
- tsc -p ./tsconfig.json
|
- tsc -p ./tsconfig.json --traceResolution
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- cp ../config.json ./src/config.json
|
- cp ../config.json ./src/config.json
|
||||||
- yarn install --ignore-engines
|
- yarn install --ignore-engines
|
||||||
script:
|
script:
|
||||||
- yarn run lint-find
|
- yarn run lint-find
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue