X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5c32f7ed756e32bb3fa03182730f9fad8aab9897..7aecff0797f9d282587544b356b105c05f13da21:/tools/salt-install/installer.sh diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh index a943fff6a7..604bd7e325 100755 --- a/tools/salt-install/installer.sh +++ b/tools/salt-install/installer.sh @@ -67,7 +67,7 @@ case "$subcmd" in set -x git add -A - if ! git diff --exit-code ; then + if ! git diff --cached --exit-code ; then git commit -m"prepare for deploy" fi for NODE in "${!NODES[@]}" @@ -75,7 +75,7 @@ case "$subcmd" in if test $NODE = localhost ; then sudo ./provision.sh --config local.params --roles ${NODES[$NODE]} else - if ! ssh $NODE test -d arvados-setup.git ; then + if ! ssh $NODE test -d arvados-setup ; then ssh $NODE git init --bare arvados-setup.git git remote add $NODE $DEPLOY_USER@$NODE:arvados-setup.git git push $NODE