Improved error message for remote version package output
This commit is contained in:
@ -8,6 +8,14 @@ commands:
|
||||
packageManager: apt
|
||||
packageOperation: checkVersion
|
||||
|
||||
checkAptNoVersion:
|
||||
type: package
|
||||
shell: zsh
|
||||
packages:
|
||||
- name: "apt"
|
||||
packageManager: apt
|
||||
packageOperation: checkVersion
|
||||
|
||||
checkDockerPartialVersionWithoutRegex:
|
||||
type: package
|
||||
shell: zsh
|
||||
@ -50,4 +58,7 @@ cmdLists:
|
||||
- checkDockerPartialVersionWithoutRegex
|
||||
- checkDockerPartialVersionWithRegex
|
||||
- checkDockerVersionWithInvalidRegex
|
||||
- checkDockerNoVersion
|
||||
- checkDockerNoVersion
|
||||
|
||||
logging:
|
||||
verbose: true
|
Reference in New Issue
Block a user