Fix genesis clone command for fuel-deploy-master 55/2255/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 5 Oct 2015 09:00:16 +0000 (11:00 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 5 Oct 2015 09:00:16 +0000 (11:00 +0200)
Change-Id: I98c28e0736e4099f95cda05963b0a9add659c3f0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-build.sh
jjb/fuel/fuel-deploy.sh

index 3a041c5..178a50c 100755 (executable)
@@ -1,5 +1,3 @@
-#!/bin/bash
-
 #!/bin/bash
 set -o errexit
 set -o nounset
index 4d7a9b9..bb0e2b1 100755 (executable)
@@ -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