From 3f34cc24dd6afad470204b7bc6d9289218c7506e Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Wed, 22 Jan 2020 14:04:09 -0800 Subject: [PATCH] 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 --- 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 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 -- 2.16.6