Skip to content

Commit

Permalink
respect AUTO keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Jun 8, 2022
1 parent a17b443 commit 6c11171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scripts/cdpd-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trap "unlink $tmp" EXIT

COMPONENT="${1}"
VERSION="$2"
[ "$VERSION" == "AUTO" ] && VERSION=
VERSION="${VERSION:-$GERRIT_BRANCH}"
VERSION="${VERSION:-cdpd-master}"
UNPATCHER=off
Expand Down

0 comments on commit 6c11171

Please sign in to comment.