cho "this is the full repo"

This commit is contained in:
miwr 2025-04-08 11:51:43 +02:00
parent ff8b8590a9
commit c69d4424b0

View file

@ -39,9 +39,10 @@ jobs:
registry=${{ github.server_url }}
registry=${registry##http*://}
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
git init
fullrepo=${registry}/${repository}.git
fullrepo=https://${registry}/${repository}.git
echo "this is the full repo"
echo ${fullrepo}
git init
git pull ${fullrepo}
ls -l
cd silly-game-frontend