1
0
Fork 0
ci-cd-testing/.gitea/workflows/build.yaml

10 lines
266 B
YAML
Raw Normal View History

2023-10-25 17:27:16 -06:00
name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
2023-10-25 17:56:14 -06:00
runs-on: aarch64
2023-10-25 17:27:16 -06:00
steps:
2023-10-25 18:20:24 -06:00
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
2023-10-25 18:14:18 -06:00
- run: find
2023-10-25 18:29:09 -06:00
- run: type docker