From 5788b3fc99fcd8d975000fc9f69874a9fa336943 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 4 Nov 2016 13:58:13 +0100 Subject: [tests] remove npm steps from generic build in the CI this takes too long. if we want to test the ui npm build, we probably should do it only when we touch anything under ui/* --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1393ce1..f9959e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,6 @@ build: - virtualenv venv - source venv/bin/activate - make dev-backend - - make dev-all - - cd ui - - make dev-install - mkdir -p /root/.config/leap/ - bitmaskd - bitmaskctl status -- cgit v1.2.3