Set "GITTARGET=.arvados-deploy-config-cluster" so it is hidden
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 12 Sep 2022 20:03:10 +0000 (16:03 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 13 Sep 2022 16:14:27 +0000 (12:14 -0400)
This is because it's easy to confuse with the origin directory
"setup-arvados-cluster".

no issue #

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

tools/salt-install/installer.sh

index e5ff7be4e7a95f621932ab542a675afd253aa6ce..6d561a22b991947e25d1603c7d17314fbe19506d 100755 (executable)
@@ -102,7 +102,7 @@ loadconfig() {
        echo "Must be run from initialized setup dir, maybe you need to 'initialize' first?"
     fi
     source ${CONFIG_FILE}
-    GITTARGET=arvados-deploy-config-${CLUSTER}
+    GITTARGET=.arvados-deploy-config-${CLUSTER}
 }
 
 subcmd="$1"