Files
test/.drone.yml
yagigreg fae73eabf9
All checks were successful
continuous-integration/drone the build was successful
Update '.drone.yml'
2020-12-20 03:05:50 +00:00

11 lines
168 B
YAML

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