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=${{ github.server_url }}
|
||||||
registry=${registry##http*://}
|
registry=${registry##http*://}
|
||||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||||
git init
|
fullrepo=https://${registry}/${repository}.git
|
||||||
fullrepo=${registry}/${repository}.git
|
echo "this is the full repo"
|
||||||
echo ${fullrepo}
|
echo ${fullrepo}
|
||||||
|
git init
|
||||||
git pull ${fullrepo}
|
git pull ${fullrepo}
|
||||||
ls -l
|
ls -l
|
||||||
cd silly-game-frontend
|
cd silly-game-frontend
|
||||||
|
|
Loading…
Reference in a new issue