This commit is contained in:
Simon Vieille 2023-07-07 11:08:40 +02:00
commit e8b7f5f9ec
No known key found for this signature in database
GPG key ID: 477F8D32E8E286EB

12
.woodpecker.yml Normal file
View file

@ -0,0 +1,12 @@
matrix:
FOO:
- foo1
- foo2
steps:
example:
image: alpine:latest
environment:
BAR: ${FOO}
commands:
- echo ${FOO}