.gitea-ci.yml test
This commit is contained in:
parent
512bb16438
commit
406378d089
10
.gitea-ci.yml
Normal file
10
.gitea-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
image: ubuntu-latest
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
name: Test
|
||||
script:
|
||||
- echo "Hello, Gitea Cloud Runners!"
|
||||
- echo "This is a test job running on Ubuntu."
|
||||
- lsb_release -a
|
Loading…
Reference in New Issue
Block a user