From 69daa7566ee6ebd25226df13193aaa6f513ced46 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 13:02:08 -0700 Subject: [PATCH] Try latest thing --- Shilohimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shilohimage b/Shilohimage index 276ce5cb..5cf3c339 100644 --- a/Shilohimage +++ b/Shilohimage @@ -106,7 +106,7 @@ ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_PATH=https://github.com/frappe/frappe ARG ERPNEXT_REPO=git@githaven.org:2222/Shiloh/brotherton-erpnext.git ARG ERPNEXT_BRANCH=production -RUN ssh -T ${ERPNEXT_REPO} +# RUN ssh -T ${ERPNEXT_REPO} RUN bench init \ --frappe-branch=${FRAPPE_BRANCH} \ --frappe-path=${FRAPPE_PATH} \