VNFRQTS - Fix history issue in JSON 32/83532/1
authorHagop Bozawglanian <hagop.bozawglanian@att.com>
Wed, 27 Mar 2019 21:35:10 +0000 (21:35 +0000)
committerHagop Bozawglanian <hagop.bozawglanian@att.com>
Wed, 27 Mar 2019 21:35:10 +0000 (21:35 +0000)
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 <hagop.bozawglanian@att.com>
jjb/vnfrqts/pre-build-needs.sh

index da1d5e2..c5fb7b6 100644 (file)
@@ -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