mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37:11 -04:00
fix error
This commit is contained in:
parent
e8ccca213f
commit
6fe549f92e
@ -62,7 +62,7 @@ WORKDIR /srv/ledgersmb
|
||||
# checkout specified tag/branch/commit (**NOTE above)
|
||||
# merge changes to current checked out branch
|
||||
RUN git fetch \
|
||||
&& git checkout $LSMB_VERSION
|
||||
&& git checkout $LSMB_VERSION \
|
||||
&& git merge || echo "git merge failed - this is expected if [$LSMB_VERSION] isn't a branch"
|
||||
|
||||
#RUN sed -i \
|
||||
|
Loading…
Reference in New Issue
Block a user