Botanique/.gitea/workflows/image.yml

10 lines
161 B
YAML
Raw Normal View History

2023-02-14 19:45:34 +01:00
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."