summaryrefslogtreecommitdiffstats
path: root/foreman/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'foreman/ci/deploy.sh')
-rwxr-xr-xforeman/ci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh
index 46a09f5..720dc75 100755
--- a/foreman/ci/deploy.sh
+++ b/foreman/ci/deploy.sh
@@ -384,7 +384,7 @@ clone_bgs() {
rm -rf /tmp/genesis/
##clone artifacts and move into foreman_vm dir
- if ! git clone https://gerrit.opnfv.org/gerrit/genesis; then
+ if ! git clone https://gerrit.opnfv.org/gerrit/genesis.git; then
printf '%s\n' 'deploy.sh: Unable to clone genesis repo' >&2
exit 1
fi
@@ -850,7 +850,7 @@ start_virtual_nodes() {
rm -rf /tmp/genesis/
##clone genesis and move into node folder
- if ! git clone https://gerrit.opnfv.org/gerrit/genesis; then
+ if ! git clone https://gerrit.opnfv.org/gerrit/genesis.git; then
printf '%s\n' 'deploy.sh: Unable to clone vagrant repo' >&2
exit 1
fi