mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-07 23:37:58 +08:00
Test
This commit is contained in:
parent
8109a8986b
commit
05102c1013
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN git init
|
|||
RUN git remote add origin https://github.com/morpheus65535/bazarr.git
|
||||
RUN git fetch
|
||||
RUN git reset origin/master # this is required if files in the non-empty directory are in the repo
|
||||
RUN git checkout -t origin/master
|
||||
RUN git checkout -t master
|
||||
#RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
||||
|
||||
RUN ls /
|
||||
|
|
Loading…
Reference in a new issue