From e866ab89bf4b7c4fc60808b81a466fb501ce31ad Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Fri, 3 May 2019 22:37:55 +0000 Subject: [PATCH] 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 --- jjb/vnfrqts/pre-build-needs.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.16.6