#! /bin/bash

if [ ! -d /var/code/.git ] then

git clone $REPOSITORY_HOST/$REPOSITORY_NAME /var/code

fi