-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make OIDCInfoProvider like singleton
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
- Loading branch information
1 parent
798b475
commit 07b109d
Showing
3 changed files
with
25 additions
and
16 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
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,16 @@ | ||
#!/bin/bash | ||
|
||
mvn fmt:format | ||
mvn sortpom:sort | ||
mvn clean install -DskipTests=true | ||
|
||
pushd dockerfiles/che || true | ||
|
||
./build.sh --tag:nightly | ||
|
||
popd || true | ||
|
||
docker tag quay.io/eclipse/che-server:nightly quay.io/aandriienko/che-server:nightly | ||
|
||
docker push quay.io/aandriienko/che-server:nightly | ||
# chectl server:deploy -n eclipse-che -p minishift -n eclipse-che --installer=operator --cheimage=quay.io/aandriienko/che-server:nightly |