diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..eaecc8c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: alpine + commands: + - touch example.jar + - printenv \ No newline at end of file