master
selfisekai 2020-10-31 19:43:07 +01:00
parent cc7b83d167
commit cf464e8918
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ front-lint:
image: node:15-alpine
allow_failure: true
before_script:
- apk add python make
- apk add python build-base cmake
script:
- cd front
- yarn
@ -11,7 +11,7 @@ front-lint:
front-build:
image: node:15-alpine
before_script:
- apk add python make
- apk add python build-base cmake
script:
- cd front
- yarn