Build: Introduce shellcheck (#18081)

* Build: introduce shellcheck

Fixes #16198
This commit is contained in:
Oleg Gaidarenko
2019-07-23 13:12:33 +03:00
committed by GitHub
parent 87a794fe0a
commit 4b16cd6cc8
28 changed files with 161 additions and 156 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ post_data=$(cat <<EOF
EOF
)
echo ${post_data}
echo "${post_data}"
curl \
--header "Accept: application/json" \