test: testing123456
This commit is contained in:
parent
154ed7913d
commit
f5b842547a
1 changed files with 1 additions and 5 deletions
6
get_lfs/entrypoint.sh
Normal file → Executable file
6
get_lfs/entrypoint.sh
Normal file → Executable file
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "AAAAAAAAAAAAAa"
|
||||
|
||||
export Repo=$1
|
||||
export RepoRef=$2
|
||||
export UrlBase=$3
|
||||
|
@ -14,6 +12,4 @@ git config --local http.${UrlLfsBase}/.extraheader ''
|
|||
git config --local lfs.transfer.maxretries 1
|
||||
|
||||
git lfs install
|
||||
git lfs pull origin ${RepoRef}
|
||||
|
||||
echo "BBBBBBBBBBBBBBBBBBB"
|
||||
git lfs pull origin ${RepoRef}
|
Loading…
Reference in a new issue