commit 211c736313ab9cb27c90cd74df4c67e69d4a47d9 Author: Ruthenic Date: Sat Sep 17 14:55:44 2022 -0400 init diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..65acf2c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,5 @@ +pipeline: + test: + image: alpine:3.14 + commands: + - sh test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..496af8d --- /dev/null +++ b/test.sh @@ -0,0 +1 @@ +echo "Hello, world!"