git pull ${registry}/${repository}
This commit is contained in:
parent
c83d6be1b1
commit
811ee4864e
1 changed files with 3 additions and 5 deletions
|
@ -41,12 +41,10 @@ jobs:
|
|||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
echo ${registry}/${repository}
|
||||
git init
|
||||
git pull ${repository}
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
# cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts
|
||||
git pull ${registry}/${repository}
|
||||
ls -l
|
||||
cd silly-game-frontend
|
||||
ls -l
|
||||
find / -name "package.json" 2>/dev/null
|
||||
npm run lint
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Reference in a new issue