From 2dcc36ecd16b683a97f7455c5875076ad41a5c66 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 12:50:48 -0700 Subject: [PATCH] Try the same thing again --- Shilohimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shilohimage b/Shilohimage index 777efeac..02b064bd 100644 --- a/Shilohimage +++ b/Shilohimage @@ -102,7 +102,7 @@ USER frappe RUN mkdir -p /home/frappe/.ssh RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/user_ssh_key\n" >> /home/frappe/.ssh/config -RUN ssh -T 'git@githaven.org:2222/Shiloh/brotherton\-erpnext.git' +RUN ssh -T 'git@githaven.org:2222/Shiloh/brotherton-erpnext.git' ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_PATH=https://github.com/frappe/frappe