Files
test/.drone.yml
Adrian Malacoda f1dcd278b0
All checks were successful
continuous-integration/drone the build was successful
initial commit
2020-12-19 20:02:15 -06:00

10 lines
161 B
YAML

pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."