diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2020-01-22 14:04:09 -0800 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2020-01-22 14:04:09 -0800 |
commit | 3f34cc24dd6afad470204b7bc6d9289218c7506e (patch) | |
tree | f59e66b8379dbb76acce1dcab3dc0cef50e99e2e | |
parent | 32ec86f90204683db2069f4b13f224863610e8dd (diff) |
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 <hagop.bozawglanian@att.com>
Change-Id: Ic109215de5f1c86ef9e8b8e5df29a3026c26b141
-rw-r--r-- | jjb/vnfrqts/pre-build-needs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |