Skip to content

Commit

Permalink
Merge pull request #275 from rdnovell/master
Browse files Browse the repository at this point in the history
Bump SSO adapters to 7.6.3
  • Loading branch information
luck3y committed Jun 8, 2023
2 parents cae696b + 5058f3e commit 104dfbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions os-eap70-sso/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SCRIPT_DIR=$(dirname $0)
ADDED_DIR=${SCRIPT_DIR}/added
SOURCES_DIR="/tmp/artifacts"

unzip -o $SOURCES_DIR/rh-sso-7.4.10-eap7-adapter.zip -d $JBOSS_HOME
unzip -o $SOURCES_DIR/rh-sso-7.4.10-saml-eap7-adapter.zip -d $JBOSS_HOME
unzip -o $SOURCES_DIR/rh-sso-7.6.3-eap7-adapter.zip -d $JBOSS_HOME
unzip -o $SOURCES_DIR/rh-sso-7.6.3-saml-eap7-adapter.zip -d $JBOSS_HOME

chown -R jboss:root $JBOSS_HOME
chmod -R g+rwX $JBOSS_HOME
12 changes: 6 additions & 6 deletions os-eap70-sso/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ execute:
user: '185'

artifacts:
- name: rh-sso-7.4.10-eap7-adapter
target: rh-sso-7.4.10-eap7-adapter.zip
md5: c397605d0e12baa060615bc80912d153
- name: rh-sso-7.4.10-saml-eap7-adapter
target: rh-sso-7.4.10-saml-eap7-adapter.zip
md5: 3e5b3e8d416dde2894746891552012d6
- name: rh-sso-7.6.3-eap7-adapter
target: rh-sso-7.6.3-eap7-adapter.zip
md5: 2a070d80dfe33ce8488af06724d0f8b1
- name: rh-sso-7.6.3-saml-eap7-adapter
target: rh-sso-7.6.3-saml-eap7-adapter.zip
md5: 14dd5eb804344b23543af229adb511f1

0 comments on commit 104dfbe

Please sign in to comment.