commit e8b7f5f9ec1a71f312f3d38ed2880f188b909f6e Author: Simon Vieille Date: Fri Jul 7 11:08:40 2023 +0200 init diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..08c4302 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,12 @@ +matrix: + FOO: + - foo1 + - foo2 + +steps: + example: + image: alpine:latest + environment: + BAR: ${FOO} + commands: + - echo ${FOO}