From 4d82106aff570ff745249bdc2d67af0cc25c4a4d Mon Sep 17 00:00:00 2001 From: Anton Linevych Date: Sun, 16 Sep 2018 00:29:05 +0200 Subject: [PATCH] gitlab-ci.yml: Install yarn for new F/E building system --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cbbf30..3757a90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build-src: - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt update - apt install -y nodejs - - npm install -g html-minifier@3.5.7 uglify-js@3.4.1 sass@1.5.1 + - npm install -g yarn@1.10.0 script: - cd /go/src/$CI_PROJECT_NAME - make devel