Fixes issue where git clone fails 14/1014/1
authorTim Rozet <trozet@redhat.com>
Wed, 15 Jul 2015 02:19:38 +0000 (22:19 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 15 Jul 2015 02:19:38 +0000 (22:19 -0400)
commit1a0c8ab300fdc4865683586ead5d803925d6bf93
treea80ae8816f1e955eb3baace241b21f78171a60ed
parentebbc5db9c4758d714d71fd240c447052ee01abd2
Fixes issue where git clone fails

Looks like for some reason GIT_SSL_NO_VERIFY=true is required for the
git clone to work in LF lab.  I guess git cannot recognize the SSL
cert.  However, this same git clone command works on another non-LF
server that is using the same exact git version without the need for
this fix.

JIRA: BGS-60

Change-Id: I2a71902b3fe01026644ada29bef67c3db3cda711
Signed-off-by: Tim Rozet <trozet@redhat.com>
foreman/ci/deploy.sh