Removed double quotes which drone-ci escapes
This commit is contained in:
@@ -10,7 +10,7 @@ steps:
|
||||
- name: lint
|
||||
image: bdebyl/yamllint
|
||||
command:
|
||||
- export YML_FILES="$(find $PWD/ansible/ -name '*.yml' -not -name '*vault*')"
|
||||
- source "$PWD/.lint-vars.sh"
|
||||
- ansible-lint -x "$ANSIBLE_LINT_SKIP_LIST" "$YML_FILES"
|
||||
- yamllint "$YML_FILES"
|
||||
- export YML_FILES=$(find ansible/ -name '*.yml' -not -name '*vault*')
|
||||
- source $PWD/.lint-vars.sh
|
||||
- ansible-lint -x $ANSIBLE_LINT_SKIP_LIST $YML_FILES
|
||||
- yamllint $YML_FILES
|
||||
|
||||
Reference in New Issue
Block a user