print the ls
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 5s
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 5s
This commit is contained in:
parent
a773032a8e
commit
4742754349
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: "Git switch"
|
- name: "Git switch"
|
||||||
run: git switch ${{ GITEA_REF }}
|
run: git switch ${{ GITEA_REF }}
|
||||||
- name: "LS"
|
- name: "LS"
|
||||||
run: "ls"
|
run: "echo $(ls)"
|
||||||
# - uses: docker/setup-buildx-action@v3
|
# - uses: docker/setup-buildx-action@v3
|
||||||
# name: Setup docker buildx
|
# name: Setup docker buildx
|
||||||
# - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
# - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user