test: testing123456
This commit is contained in:
parent
154ed7913d
commit
f5b842547a
1 changed files with 1 additions and 5 deletions
4
get_lfs/entrypoint.sh
Normal file → Executable file
4
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
|
||||
|
@ -15,5 +13,3 @@ git config --local lfs.transfer.maxretries 1
|
|||
|
||||
git lfs install
|
||||
git lfs pull origin ${RepoRef}
|
||||
|
||||
echo "BBBBBBBBBBBBBBBBBBB"
|
Loading…
Reference in a new issue