1
0
Fork 0

Trying to fix something with the CI?

refactor/models
Bsian 2020-05-04 12:51:16 +01:00
parent 810ad6e7be
commit e6b1818222
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 19 additions and 19 deletions

View File

@ -1,19 +1,19 @@
stages:
- build
- test
typescript_build:
stage: build
script:
- cp ../config.json ./src/config.json
- yarn install --ignore-engines
- tsc -p ./tsconfig.json
lint:
stage: test
before_script:
- cp ../config.json ./src/config.json
- yarn install --ignore-engines
script:
- yarn run lint-find
stages:
- build
- test
typescript_build:
stage: build
script:
- cp ../config.json ./src/config.json
- yarn install --ignore-engines
- tsc -p ./tsconfig.json --traceResolution
lint:
stage: test
before_script:
- cp ../config.json ./src/config.json
- yarn install --ignore-engines
script:
- yarn run lint-find