From 8f730a334f201d5979b7738787ee11876acb264a Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Wed, 27 Mar 2019 21:35:10 +0000 Subject: VNFRQTS - Fix history issue in JSON Need to be able to pull previous JSON so it doesn't ovverride the entire JSON, but just the proper section. Change-Id: Id5165acbad893359e0aeab3fd51b87d161089c9e Issue-ID: VNFRQTS-532 Signed-off-by: Hagop Bozawglanian --- jjb/vnfrqts/pre-build-needs.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/vnfrqts') diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh index da1d5e2d1..c5fb7b64e 100644 --- a/jjb/vnfrqts/pre-build-needs.sh +++ b/jjb/vnfrqts/pre-build-needs.sh @@ -5,4 +5,5 @@ source $WORKSPACE/venv-tox/bin/activate pip install --upgrade pip pip install -r etc/requirements.txt ls +wget -O $WORKSPACE/docs/data/needs.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" tox -e needs \ No newline at end of file -- cgit 1.2.3-korg