From 1852c359d8d4c8726e2c4246cee9ed22ee806399 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jun 2020 21:03:17 +0200 Subject: [PATCH] Fix npm jobs horizon is doing frequent releases, the install from source is not working as is anymore. Remove it. Change-Id: I958f51d845f137ac20c1cdce8f55a3172e13246e (cherry picked from commit dbbe877c4b9ad41904a2eea7f4e0aa0fc65f9c73) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc0acfb9..a1df8139 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": {}, "scripts": { - "postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt ../horizon; fi", + "postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; fi", "lint": "eslint --no-color magnum_ui/static", "lintq": "eslint --quiet magnum_ui/static", "test": "karma start magnum_ui/karma.conf.js --single-run"