Skip to content

Commit

Permalink
contrib: Fix empty release URL link
Browse files Browse the repository at this point in the history
We removed this somewhere along the line for some reason. Restore it.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed May 7, 2024
1 parent fc05ff2 commit 1c2eb97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/release/post-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ DIR=$(dirname $(readlink -ne $BASH_SOURCE))
source "${DIR}/lib/common.sh"
source "${DIR}/../backporting/common.sh"

RELEASES_URL="https://github.com/cilium/cilium/releases"

usage() {
logecho "usage: $0 <RUN-URL> [VERSION] [GH-USERNAME]"
logecho "RUN-URL GitHub URL with the RUN for the release images"
Expand Down

0 comments on commit 1c2eb97

Please sign in to comment.