Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build script for kong 3.9.0 #5350

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update kong-3.9.0-ubi-9.3.sh
kavita-rane2 authored Jan 24, 2025
commit d4a9f4665b2d6a0fc4294eb090b0e53d3d706ba3
14 changes: 7 additions & 7 deletions k/kong/kong-3.9.0-ubi-9.3.sh
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@
#
# --------------------------------------------------------------------------------

GITHUB_TOKEN=$1
#GITHUB_TOKEN=" "
echo "GITHUB_TOKN"
echo "token: " + $GITHUB_TOKEN
if [ -z "$GITHUB_TOKEN" ]; then
echo "missing github_token. Please set Environment Variable <GITHUB_TOKEN>"
exit 1
fi
export GITHUB_TOKEN=${{ secrets.MY_GITHUB_TOKEN }}
echo "token: " $GITHUB_TOKEN
#if [ -z "$GITHUB_TOKEN" ]; then
# echo "missing github_token. Please set Environment Variable <GITHUB_TOKEN>"
# exit 1i
#fi

PACKAGE_NAME=kong
PACKAGE_VERSION=${1:-3.9.0}
PACKAGE_URL=https://github.com/kong/kong/