Skip to content

Commit

Permalink
chore(ci) remove centos6 test build
Browse files Browse the repository at this point in the history
centos6 is EOL'd as of Nov 30.
  • Loading branch information
gszr committed Dec 8, 2020
1 parent 983b9c0 commit 4dd8e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ pipeline {
sh 'git clone --single-branch --branch ${KONG_SOURCE} https://github.com/Kong/kong.git ${KONG_SOURCE_LOCATION}'
sh 'export RESTY_IMAGE_TAG=8 && make package-kong && make test && make cleanup'
sh 'export RESTY_IMAGE_TAG=7 && make package-kong && make test && make cleanup'
sh 'export RESTY_IMAGE_TAG=6 && make package-kong && make test && make cleanup'
}
}
stage('Debian Builds'){
Expand Down

0 comments on commit 4dd8e8b

Please sign in to comment.