Replace Drone with Woodpecker CI

This commit is contained in:
Anthony Wang 2022-01-18 20:45:33 -06:00
parent 0faa51e5ca
commit 923a705314
2 changed files with 10 additions and 12 deletions

View file

@ -1,12 +0,0 @@
---
kind: pipeline
type: exec
name: default
steps:
- name: test
commands:
- echo hello world
- neofetch
- w
- wall This is a test

10
.woodpecker.yml Normal file
View file

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