Skip to content

Commit

Permalink
Merge pull request #8643 from Kong/release/2.7.2
Browse files Browse the repository at this point in the history
Release: 2.7.2
  • Loading branch information
tyler-ball authored Apr 6, 2022
2 parents f6c520b + ed0e081 commit 49e45ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pipeline {
sh 'make setup-kong-build-tools'
sh 'cp $PRIVATE_KEY_FILE ../kong-build-tools/kong.private.gpg-key.asc'
sh 'RESTY_IMAGE_TAG=7 make release'
sh 'RESTY_IMAGE_TAG=8 make release'
// sh 'RESTY_IMAGE_TAG=8 make release'
}
}
stage('CentOS') {
Expand All @@ -136,7 +136,7 @@ pipeline {
sh 'make setup-kong-build-tools'
sh 'cp $PRIVATE_KEY_FILE ../kong-build-tools/kong.private.gpg-key.asc'
sh 'RESTY_IMAGE_TAG=7 make release'
sh 'RESTY_IMAGE_TAG=8 make release'
// sh 'RESTY_IMAGE_TAG=8 make release'
}
}
stage('Debian OldStable') {
Expand Down
4 changes: 1 addition & 3 deletions kong/cmd/utils/env.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ ffi.cdef [[
]]


local environ = ffi.C.environ


local function read_all()
log.debug("reading environment variables")

local env = {}

local environ = ffi.C.environ
if not environ then
log.warn("could not access **environ")
return env
Expand Down

0 comments on commit 49e45ff

Please sign in to comment.