initial commit
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Adrian Malacoda
2020-12-19 20:02:15 -06:00
commit f1dcd278b0

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."