Skip to content

Commit 1471cc8

Browse files
authored
Merge pull request #246 from drichtarik/sso75-dev
CIAM-2879 Container patch script should accept a dash in the rh-sso p…
2 parents 9e5ebf0 + c25edb9 commit 1471cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sso/apply/patches/apply-eap-rh-sso-one-off-patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readonly SOURCES_DIR="/tmp/artifacts/"
66
export JAVA_OPTS="${JAVA_OPTS} -Dorg.wildfly.patching.jar.invalidation=true"
77

88
# Do not use for cycle, it would faile if no such files are found
9-
find "${SOURCES_DIR}" \( -name 'eap-one-off-*.zip' -o -name 'rh-sso-*.zip' \) | while read -r I; do
9+
find "${SOURCES_DIR}" \( -name 'eap-one-off-*.zip' -o -name 'rh-sso-*.zip' -o -name 'rhsso-*.zip' \) | while read -r I; do
1010
echo "Applying patch: '$I' ..."
1111
# CIAM-1975 Prevent any possible 'Conflicts detected:' error while applying
1212
# the patch by using the '--override-all' option of patch apply command

0 commit comments

Comments
 (0)