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

View File

@@ -1,11 +1,8 @@
# Gitea CI pipeline configuration
# Define a simple pipeline
pipelines:
default:
- step: # Define a single step
- step:
name: "Test Runner"
image: "alpine:latest" # Use a lightweight image
image: "ubuntu:latest"
commands:
- echo "Testing Gitea Runner"
- echo "Pipeline executed successfully!"