summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-deploy.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-10-05 11:00:16 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-10-05 11:00:16 +0200
commit38d31efeb09a252c9f0acea8623e52af5534cd62 (patch)
tree0dbb3324df9e35c7a61799e2ab7dfadfc0518897 /jjb/fuel/fuel-deploy.sh
parent3e6f490c383798df22c208e5bb92a06a4c906827 (diff)
Fix genesis clone command for fuel-deploy-master
Change-Id: I98c28e0736e4099f95cda05963b0a9add659c3f0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel/fuel-deploy.sh')
-rwxr-xr-xjjb/fuel/fuel-deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh
index 4d7a9b9c5..bb0e2b15f 100755
--- a/jjb/fuel/fuel-deploy.sh
+++ b/jjb/fuel/fuel-deploy.sh
@@ -7,7 +7,7 @@ set -o pipefail
source latest.properties
# echo the info about artifact that is used during the deployment
-echo "Using $(echo $OPNFV_ARTIFACT_URL | cut -d'/' -f4) for deployment"
+echo "Using $(echo $OPNFV_ARTIFACT_URL | cut -d'/' -f3) for deployment"
# create TMPDIR if it doesn't exist
export TMPDIR=$HOME/tmpdir
@@ -24,7 +24,7 @@ export BRIDGE=pxebr
# clone genesis repo and checkout the SR1 tag
echo "Cloning genesis repo"
cd $WORKSPACE
-git clone https://gerrit.opnfv.org/gerrit/p/genesis.git genesis
+GIT_SSL_NO_VERIFY=true git clone https://gerrit.opnfv.org/gerrit/genesis genesis
cd genesis
git checkout arno.2015.2.0