diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-03-29 18:25:30 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-03-29 18:25:30 +0000 |
commit | 85f77cff36dd8fa0ecb42495b16932f3399b3b8a (patch) | |
tree | e7385ad39bf03aac0a69b0bc8dc4930d4abffd6b | |
parent | 61c430b5507862fb5ac54e4eedb2900c75385fe5 (diff) |
VNFRQTS - Modify for initial build
The initial build needs to use the local verion
of the JSON file to include all metadata. Then
I will have to add this line back in to pull
the final artifact back.
Change-Id: Iea1d5c7528f5ab9eb259331799ccfd58a16c4c78
Issue-ID: VNFRQTS-614
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
-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 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 |