mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 22:59:53 +05:30
Снова отключаем flow
This commit is contained in:
parent
58780f3ee1
commit
43b69aed0b
@ -45,17 +45,19 @@ test:frontend:
|
|||||||
paths:
|
paths:
|
||||||
- frontend/node_modules
|
- frontend/node_modules
|
||||||
before_script:
|
before_script:
|
||||||
|
# Uncomment this steps to enable install required for flow libraries
|
||||||
|
|
||||||
# Enable SSL support for wget
|
# Enable SSL support for wget
|
||||||
- apk add --update openssl
|
# - apk add --update openssl
|
||||||
# https://github.com/facebook/flow/issues/3649#issuecomment-308070179
|
# https://github.com/facebook/flow/issues/3649#issuecomment-308070179
|
||||||
- wget -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub
|
# - wget -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub
|
||||||
- wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk
|
# - wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk
|
||||||
- apk add glibc-2.25-r0.apk
|
# - apk add glibc-2.25-r0.apk
|
||||||
script:
|
script:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- yarn run build:install
|
- yarn run build:install
|
||||||
- yarn run lint
|
- yarn run lint
|
||||||
- yarn flow
|
# - yarn flow
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
build:production:
|
build:production:
|
||||||
|
Loading…
Reference in New Issue
Block a user