Update .woodpecker.json
This commit is contained in:
parent
5efb1814a9
commit
66f7857b22
@ -2,6 +2,10 @@
|
||||
"steps": {
|
||||
"build": {
|
||||
"image": "ubuntu",
|
||||
"when": {
|
||||
"branch": ["master", "dev"]
|
||||
"event": ["push", "pull_request"]
|
||||
},
|
||||
"commands": [
|
||||
"echo Install development packages",
|
||||
"apt update",
|
||||
|
Loading…
x
Reference in New Issue
Block a user