Drop additional check
continuous-integration/drone/push Build is passing Details

This forces the `require yq` to only happen at the start of the
top-level functions which makes more sense and is easier to manage.

Closes #183.
This commit is contained in:
decentral1se 2021-07-06 00:04:19 +02:00
parent 73de76fc04
commit b813f6b90e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

1
abra
View File

@ -498,7 +498,6 @@ require_docker_version() {
}
require_valid_yaml() {
require_yq
$YQ e "$1" > /dev/null || error "Invalid YAML '$1'"
}