commit e28ed7159e326a6f853071b367dac8f6d9618ff0 Author: realaravinth Date: Mon Jan 3 17:08:39 2022 +0530 test woodpecker diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..5641afd --- /dev/null +++ b/.woodpecker.yml @@ -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.."