Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
keycloak-proxy
Commits
63052004
Commit
63052004
authored
6 years ago
by
Bruno Oliveira da Silva
Committed by
Stian Thorgersen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[KEYCLOAK-10121] Keycloak Gatekeeper archives are empty since v6.0.0
parent
2248f157
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
release.sh
+0
-6
0 additions, 6 deletions
release.sh
with
0 additions
and
6 deletions
release.sh
+
0
−
6
View file @
63052004
...
...
@@ -5,11 +5,6 @@ VERSION=`./get-version.sh`
echo
"Version:
$VERSION
"
TMP
=
`
mktemp
-d
`
export
GOPATH
=
$TMP
/go
mkdir
-p
$GOPATH
/src/github.com/keycloak
ln
-s
$DIR
$GOPATH
/src/github.com/keycloak/keycloak-gatekeeper
cd
$GOPATH
/src/github.com/keycloak/keycloak-gatekeeper
echo
"------------------------------------------------------------------------------------------------------------"
echo
"Building:"
...
...
@@ -24,7 +19,6 @@ echo ""
rsync
-rv
--protocol
=
28
$DIR
/release/
*
keycloak@filemgmt.jboss.org:/downloads_htdocs/keycloak/
$VERSION
/gatekeeper/
echo
"------------------------------------------------------------------------------------------------------------"
echo
"Done"
echo
"------------------------------------------------------------------------------------------------------------"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment