echo ${fullrepo}
This commit is contained in:
parent
0c29a71395
commit
ff8b8590a9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||||
git init
|
git init
|
||||||
fullrepo=${registry}/${repository}.git
|
fullrepo=${registry}/${repository}.git
|
||||||
echo fullrepo
|
echo ${fullrepo}
|
||||||
git pull ${fullrepo}
|
git pull ${fullrepo}
|
||||||
ls -l
|
ls -l
|
||||||
cd silly-game-frontend
|
cd silly-game-frontend
|
||||||
|
|
Loading…
Reference in a new issue