Skip to content

Commit

Permalink
Merge pull request #14 from abstractdog/CDPD-55159
Browse files Browse the repository at this point in the history
CDPD-55159: cdpd-patcher to support CDWH-* release lines
  • Loading branch information
abstractdog authored Apr 21, 2023
2 parents b89a485 + 07b4f61 commit d1733d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scripts/cdpd-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ case "$VERSION" in
esac

case "$VERSION" in
cdw-master|cdpd-master|*-maint|*.x|CDH-7.1.7.*|CDH-7.1.8.*)
if [ "$VERSION" = "cdw-master" ]; then
cdw-master|CDWH-*|cdpd-master|*-maint|*.x|CDH-7.1.7.*|CDH-7.1.8.*)
if [[ "$VERSION" = "cdw-master" || "$VERSION" = "CDWH-"* ]]; then
echo "@@@ changing stack to CDWH"
STACK=CDWH
fi
Expand Down

0 comments on commit d1733d1

Please sign in to comment.