From: Hagop Bozawglanian Date: Wed, 22 Jan 2020 22:04:09 +0000 (-0800) Subject: VNFRQTS - Pulling artifact causing data override X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3f34cc24dd6afad470204b7bc6d9289218c7506e;p=ci-management.git VNFRQTS - Pulling artifact causing data override The merge to upload the data was merged after the pulling fresh data, the job needs to run once to upload data before pulling back down. Issue-ID: VNFRQTS-798 Signed-off-by: Hagop Bozawglanian Change-Id: Ic109215de5f1c86ef9e8b8e5df29a3026c26b141 --- diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh index c27b55006..77099b17a 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 docs/data/needs.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" && echo "Copied newest needs." || exit 1 tox -e needs \ No newline at end of file