Add quotation marks cause ssh -T complained about -e option
This commit is contained in:
parent
355e2b383c
commit
6d686b3122
@ -102,11 +102,11 @@ USER frappe
|
|||||||
RUN mkdir -p /home/frappe/.ssh
|
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 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_BRANCH=version-15
|
||||||
ARG FRAPPE_PATH=https://github.com/frappe/frappe
|
ARG FRAPPE_PATH=https://github.com/frappe/frappe
|
||||||
ARG ERPNEXT_REPO=ssh://git@githaven.org:2222/Shiloh/brotherton-erpnext.git
|
ARG ERPNEXT_REPO="ssh://git@githaven.org:2222/Shiloh/brotherton-erpnext.git"
|
||||||
ARG ERPNEXT_BRANCH=production
|
ARG ERPNEXT_BRANCH=production
|
||||||
RUN bench init \
|
RUN bench init \
|
||||||
--frappe-branch=${FRAPPE_BRANCH} \
|
--frappe-branch=${FRAPPE_BRANCH} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user