From 6b4a21ef30e8814117441304560ded8a9cdd6580 Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Sat, 30 Dec 2017 21:09:48 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=D0=A1=D0=BD=D0=BE=D0=B2=D0=B0=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D0=B5=D0=BC=20flow"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 31a164b779c328cc6db827d09b5db28f1e6232eb. --- .gitlab-ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b6b653..5d8220e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,19 +45,17 @@ test:frontend: paths: - frontend/node_modules before_script: - # Uncomment this steps to enable install required for flow libraries - # Enable SSL support for wget - # - apk add --update openssl + - apk add --update openssl # 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 https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk - # - apk add glibc-2.25-r0.apk + - 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 + - apk add glibc-2.25-r0.apk script: - cd frontend - yarn run build:install - yarn run lint - # - yarn flow + - yarn flow - yarn test build:production: