Skip to content

Commit

Permalink
pickup gerrit_version automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Apr 19, 2021
1 parent 10633f4 commit e0ebf53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scripts/cdpd-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ trap "unlink $tmp" EXIT

COMPONENT="${1}"
VERSION="$2"
VERSION="${VERSION:-$GERRIT_BRANCH}"
VERSION="${VERSION:-cdpd-master}"
echo "@@@ version: $VERSION"
case "$VERSION" in
cdpd-master|*-maint|*.x)
echo "@@@ lookup stackversion for releasline $VERSION"
Expand Down

0 comments on commit e0ebf53

Please sign in to comment.