VNFRQTS - Pulling artifact causing data override 37/100637/1
authorHagop Bozawglanian <hagop.bozawglanian@att.com>
Wed, 22 Jan 2020 22:04:09 +0000 (14:04 -0800)
committerHagop Bozawglanian <hagop.bozawglanian@att.com>
Wed, 22 Jan 2020 22:04:09 +0000 (14:04 -0800)
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 <hagop.bozawglanian@att.com>
Change-Id: Ic109215de5f1c86ef9e8b8e5df29a3026c26b141

jjb/vnfrqts/pre-build-needs.sh

index c27b550..77099b1 100644 (file)
@@ -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