mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
skip some delivery phases we dont need
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
17f3f2ab23
commit
4c9c6174d7
1 changed files with 4 additions and 1 deletions
|
@ -5,8 +5,11 @@
|
|||
"path": ".delivery/build-cookbook"
|
||||
},
|
||||
"skip_phases": [
|
||||
"syntax",
|
||||
"security",
|
||||
"quality",
|
||||
"smoke",
|
||||
"quality"
|
||||
"deploy"
|
||||
],
|
||||
"build_nodes": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue