diff --git a/get_lfs/entrypoint.sh b/get_lfs/entrypoint.sh index f5fcc66..3027a40 100644 --- a/get_lfs/entrypoint.sh +++ b/get_lfs/entrypoint.sh @@ -1,4 +1,6 @@ -#!/bin/sh -l +#!/bin/sh + +echo "AAAAAAAAAAAAAa" export Repo=$1 export RepoRef=$2 @@ -14,4 +16,4 @@ git config --local lfs.transfer.maxretries 1 git lfs install git lfs pull origin ${RepoRef} -echo "AAAAAAAAAAAAAa" \ No newline at end of file +echo "BBBBBBBBBBBBBBBBBBB" \ No newline at end of file