diff options
Diffstat (limited to 'jjb/vvp/pre-build-csv.sh')
-rw-r--r-- | jjb/vvp/pre-build-csv.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/jjb/vvp/pre-build-csv.sh b/jjb/vvp/pre-build-csv.sh deleted file mode 100644 index f17b3db3c..000000000 --- a/jjb/vvp/pre-build-csv.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -python3 -m venv $WORKSPACE/venv-tox -source $WORKSPACE/venv-tox/bin/activate -pip3 install --upgrade pip -pip3 install --no-use-pep517 -r requirements.txt -ls -wget -O $WORKSPACE/ice_validator/heat_requirements.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" && echo "Copied newest needs." || exit 1 -cd ice_validator/ -pytest --self-test tests/
\ No newline at end of file |