git pull ${fullrepo}
This commit is contained in:
parent
811ee4864e
commit
1136e67a9d
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:]')"
|
||||
echo ${registry}/${repository}
|
||||
git init
|
||||
git pull ${registry}/${repository}
|
||||
fullrepo = ${registry}/${repository}.git
|
||||
echo fullrepo
|
||||
git pull ${fullrepo}
|
||||
ls -l
|
||||
cd silly-game-frontend
|
||||
ls -l
|
||||
|
|
Loading…
Reference in a new issue