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: pipelines:
default: default:
- step: # Define a single step - step:
name: "Test Runner" name: "Test Runner"
image: "alpine:latest" # Use a lightweight image image: "ubuntu:latest"
commands: commands:
- echo "Testing Gitea Runner" - echo "Testing Gitea Runner"
- echo "Pipeline executed successfully!" - echo "Pipeline executed successfully!"