Try without quoting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-03 21:23:48 +02:00
parent ea017832db
commit 05eef4a8c8
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ output_versions(){
run_abra_cmd() {
echo "--- start deploy ---"
$ABRA --debug --no-prompt "$PLUGIN_COMMAND"
# shellcheck disable=SC2086
$ABRA --debug --no-prompt $PLUGIN_COMMAND
echo "--- end deploy ---"
}