test: testing123456

This commit is contained in:
silver 2024-09-23 20:27:33 +01:00
parent 154ed7913d
commit f5b842547a
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

6
get_lfs/entrypoint.sh Normal file → Executable file
View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
echo "AAAAAAAAAAAAAa"
export Repo=$1 export Repo=$1
export RepoRef=$2 export RepoRef=$2
export UrlBase=$3 export UrlBase=$3
@ -14,6 +12,4 @@ git config --local http.${UrlLfsBase}/.extraheader ''
git config --local lfs.transfer.maxretries 1 git config --local lfs.transfer.maxretries 1
git lfs install git lfs install
git lfs pull origin ${RepoRef} git lfs pull origin ${RepoRef}
echo "BBBBBBBBBBBBBBBBBBB"