Skip to content

Commit

Permalink
Merge pull request docker-archive#95 from seemethere/no_number
Browse files Browse the repository at this point in the history
Don't append number when doing a dev build
  • Loading branch information
andrewhsu authored Mar 19, 2018
2 parents b988c25 + 63be84f commit 468d37e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deb/gen-deb-ver
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ gen_deb_version() {
}

case "$VERSION" in
*-dev)
debVersion="$VERSION"
;;
*-tp[0-9]*)
debVersion="$(gen_deb_version "$VERSION" tp 0)"
;;
Expand Down

0 comments on commit 468d37e

Please sign in to comment.