cho "this is the full repo"
This commit is contained in:
parent
ff8b8590a9
commit
c69d4424b0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue