We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e5ebf0 + c25edb9 commit 1471cc8Copy full SHA for 1471cc8
modules/sso/apply/patches/apply-eap-rh-sso-one-off-patches.sh
@@ -6,7 +6,7 @@ readonly SOURCES_DIR="/tmp/artifacts/"
6
export JAVA_OPTS="${JAVA_OPTS} -Dorg.wildfly.patching.jar.invalidation=true"
7
8
# 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
+find "${SOURCES_DIR}" \( -name 'eap-one-off-*.zip' -o -name 'rh-sso-*.zip' -o -name 'rhsso-*.zip' \) | while read -r I; do
10
echo "Applying patch: '$I' ..."
11
# CIAM-1975 Prevent any possible 'Conflicts detected:' error while applying
12
# the patch by using the '--override-all' option of patch apply command
0 commit comments