diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-11-04 13:58:13 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-11-04 13:59:14 +0100 |
commit | 5788b3fc99fcd8d975000fc9f69874a9fa336943 (patch) | |
tree | f0bacef0262ee0ec389e557d4587383695957776 | |
parent | 8f9b15139ae75ead2c17ebdc4d924af14b806d89 (diff) |
[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/*
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |