poggers
This commit is contained in:
11
.gitea-ci.yml
Normal file
11
.gitea-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Gitea CI pipeline configuration
|
||||||
|
|
||||||
|
# Define a simple pipeline
|
||||||
|
pipelines:
|
||||||
|
default:
|
||||||
|
- step: # Define a single step
|
||||||
|
name: "Test Runner"
|
||||||
|
image: "alpine:latest" # Use a lightweight image
|
||||||
|
commands:
|
||||||
|
- echo "Testing Gitea Runner"
|
||||||
|
- echo "Pipeline executed successfully!"
|
||||||
Reference in New Issue
Block a user