Merge branch 'develop' into Buildx
This commit is contained in:
commit
c78b2ad9b0
12 changed files with 98 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue