From: Hagop Bozawglanian Date: Fri, 3 May 2019 22:37:55 +0000 (+0000) Subject: VNFRQTS - Removing wget to store artifact locally X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e866ab89bf4b7c4fc60808b81a466fb501ce31ad;p=ci-management.git 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 --- 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