Skip to content

Commit

Permalink
chore(release) add Debian buster as a release target (#5156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Nov 21, 2019
1 parent aae0abc commit 702ca08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
- make release
env: PACKAGE_TYPE=deb RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=jessie KONG_PACKAGE_NAME=${PWD##*/} KONG_VERSION=${TRAVIS_TAG}
if: tag IS present AND tag ~= 1.
- script:
- make setup-kong-build-tools
- pushd ../kong-build-tools && make setup-ci && popd
- make release
env: PACKAGE_TYPE=deb RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=buster KONG_PACKAGE_NAME=${PWD##*/} KONG_VERSION=${TRAVIS_TAG}
if: tag IS present AND tag ~= 1.
- script:
- make setup-kong-build-tools
- pushd ../kong-build-tools && make setup-ci && popd
Expand Down

0 comments on commit 702ca08

Please sign in to comment.