buh
This commit is contained in:
parent
fcc5304ce6
commit
1a99f7c9bd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def ocApplyTemplate(namespace, manifest, parameters) {
|
|||
|
||||
def ocDelete(namespace, target) {
|
||||
def ocCmd = getOcCmd()
|
||||
sh "${ocCmd} delete ${target.type}/${target.name} -n ${namespace}"
|
||||
sh "${ocCmd} delete ${target.type}/${target.name} -n ${namespace} || true"
|
||||
}
|
||||
|
||||
def ocBuild(namespace, name, config) {
|
||||
|
|
Loading…
Reference in a new issue