actions/get_lfs/entrypoint.sh
2024-09-23 14:47:32 +01:00

17 lines
No EOL
427 B
Bash

#!/bin/sh -l
export Repo=$1
export RepoRef=$2
export UrlBase=$3
export UrlLfsBase=${UrlBase}/${Repo}.git/info/lfs/objects
export Auth=$(git config --get --local http.${UrlBase}/.extraheader)
git config --local http.${UrlLfsBase}/batch.extraheader "$Auth"
git config --local http.${UrlLfsBase}/.extraheader ''
git config --local lfs.transfer.maxretries 1
git lfs install
git lfs pull origin ${RepoRef}
echo "AAAAAAAAAAAAAa"