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