Merge branch 'develop' into Buildx

This commit is contained in:
Tobias Genannt 2021-11-25 11:10:34 +01:00
commit c78b2ad9b0
12 changed files with 98 additions and 50 deletions

View file

@ -5,6 +5,14 @@ echo "▶️ $0 $*"
source ./build-functions/gh-functions.sh
###
# Check for the jq library needed for parsing JSON
###
if ! command -v jq; then
echo "⚠️ jq command missing from \$PATH!"
exit 1
fi
###
# Checking for the presence of GITHUB_OAUTH_CLIENT_ID
# and GITHUB_OAUTH_CLIENT_SECRET