diff options
-rwxr-xr-x | rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh b/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh index fac94032..9bad405e 100755 --- a/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh +++ b/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh @@ -22,6 +22,9 @@ EXTERNAL_NET=net04_ext echo "INFO: Creating openstack credentials .." +if [ -d $RELENG_REPO_DIR ]; then + rm -rf ${RELENG_REPO_DIR} +fi mkdir -p ${RELENG_REPO_DIR} git config --global http.sslVerify false git clone ${RELENG_REPO} ${RELENG_REPO_DIR} |