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 authored and dndx committed Nov 1, 2019
1 parent 0dafd53 commit c1399ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 Expand Up @@ -175,6 +181,12 @@ jobs:
- make nightly-release
env: PACKAGE_TYPE=deb RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=jessie KONG_PACKAGE_NAME=${PWD##*/} KONG_VERSION=`date +%Y-%m-%d` REPOSITORY_NAME=${PWD##*/}-nightly REPOSITORY_OS_NAME=$TRAVIS_BRANCH
if: type=cron
- script:
- make setup-kong-build-tools
- pushd ../kong-build-tools && make setup-ci && popd
- make nightly-release
env: PACKAGE_TYPE=deb RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=buster KONG_PACKAGE_NAME=${PWD##*/} KONG_VERSION=`date +%Y-%m-%d` REPOSITORY_NAME=${PWD##*/}-nightly REPOSITORY_OS_NAME=$TRAVIS_BRANCH
if: type=cron
- script:
- make setup-kong-build-tools
- pushd ../kong-build-tools && make setup-ci && popd
Expand Down

0 comments on commit c1399ea

Please sign in to comment.