From 2e67f89f769fe32d124b9c99e3e3dc9ba917b1dc Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 13 Jul 2020 18:45:32 +0000 Subject: [PATCH] Fix npm jobs horizon is doing frequent releases, the install from source is not working as is anymore. Remove it. Change-Id: I5a58cedffe0b6ada17c3aa0484725e4711b8914f --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3ed6b6..b0888ce 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "phantomjs-prebuilt": "2.1.x" }, "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", "test": "karma start zun_ui/karma.conf.js --single-run", "lint": "eslint --no-color zun_ui/static", "lintq": "eslint --quiet zun_ui/static"