forked from louketo/louketo-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KEYCLOAK-8487] Provide gatekeeper binaries for Linux, Windows and OSx
- Build only for amd64 - Replaces gzip by tar and generate each file based on the OS - Inclusion of sha1 files and set-version.sh script
- Loading branch information
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash -e | ||
|
||
NEW_VERSION=$1 | ||
|
||
CURRENT=`awk '/release.*=/ { print $3 }' doc.go | sed 's/"//g'` | ||
sed -i "s/$CURRENT/$NEW_VERSION/g" doc.go |