Update .gitea/workflows/build.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Details
This commit is contained in:
parent
05e382fde2
commit
b18d157a13
|
@ -5,6 +5,5 @@ jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: aarch64
|
runs-on: aarch64
|
||||||
steps:
|
steps:
|
||||||
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
- run: pwd
|
||||||
- run: find
|
- run: find /
|
||||||
- run: type docker
|
|
||||||
|
|
Loading…
Reference in New Issue