Files
test/.drone.yml
yagigreg 6ef7771f25
All checks were successful
continuous-integration/drone the build was successful
ci/woodpecker/manual/drone Pipeline was successful
print out env vars, test from nanoyagi.com
2020-12-20 05:56:12 +00:00

12 lines
180 B
YAML

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