VNFRQTS - Modify for initial build 68/83768/1
authorHagop Bozawglanian <hagop.bozawglanian@att.com>
Fri, 29 Mar 2019 18:25:30 +0000 (18:25 +0000)
committerHagop Bozawglanian <hagop.bozawglanian@att.com>
Fri, 29 Mar 2019 18:25:30 +0000 (18:25 +0000)
The initial build needs to use the local verion
of the JSON file to include all metadata. Then
I will have to add this line back in to pull
the final artifact back.

Change-Id: Iea1d5c7528f5ab9eb259331799ccfd58a16c4c78
Issue-ID: VNFRQTS-614
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
jjb/vnfrqts/pre-build-needs.sh

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