summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-05-03 22:37:55 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-05-03 22:37:55 +0000
commite866ab89bf4b7c4fc60808b81a466fb501ce31ad (patch)
treedd30018ad87bd9517952492ef909d5b9f247030c /jjb/vnfrqts
parent5f4a54e3dd6e1de4fb10a602c04841b5a87a684f (diff)
VNFRQTS - Removing wget to store artifact locally
Because of connectivity, the JSON isn't being pulled down and being overwritten. The file will be stored locally in VNFRQTS and uploaded to nexus instead of keeping source of truth in nexus. Change-Id: Ia333f385eb84178103b10beb31ea3a71bc72c134 Issue-ID: VNFRQTS-636 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'jjb/vnfrqts')
-rw-r--r--jjb/vnfrqts/pre-build-needs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh
index c5fb7b64e..da1d5e2d1 100644
--- a/jjb/vnfrqts/pre-build-needs.sh
+++ b/jjb/vnfrqts/pre-build-needs.sh
@@ -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