mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Publish script: check that all required commands are available
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
which awk sed jq 7z curl perl >/dev/null
|
||||||
|
|
||||||
cd "$(dirname "$0")/../.."
|
cd "$(dirname "$0")/../.."
|
||||||
|
|
||||||
if ! git diff --quiet --exit-code; then
|
if ! git diff --quiet --exit-code; then
|
||||||
|
Reference in New Issue
Block a user