This commit is contained in:
2025-11-21 18:52:05 +01:00
parent 110eb9124a
commit e3ca485059

View File

@@ -0,0 +1,8 @@
pipelines:
default:
- step:
name: "Test Runner"
image: "ubuntu:latest"
commands:
- echo "Testing Gitea Runner"
- echo "Pipeline executed successfully!"