VNFRQTS - Modify build to keep history in JSON 93/83893/1
authorHagop Bozawglanian <hagop.bozawglanian@att.com>
Mon, 1 Apr 2019 18:18:11 +0000 (18:18 +0000)
committerHagop Bozawglanian <hagop.bozawglanian@att.com>
Mon, 1 Apr 2019 18:18:11 +0000 (18:18 +0000)
Now that the updated JSON artifact includes the history,
I need to pull it down before the build to keep the
history.

Change-Id: Iae92ba2a1fce8064c39f7c5245c07cdc9c161ec7
Issue-ID: VNFRQTS-614
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