Owo
This commit is contained in:
@@ -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!"
|
||||||
Reference in New Issue
Block a user