Skip to content

Commit

Permalink
chore(build) remove centos6 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Mar 1, 2021
1 parent 90867c1 commit 08e6179
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 @@ -248,7 +248,6 @@ pipeline {
sh 'echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin || true'
sh 'make setup-kong-build-tools'
sh 'cp $PRIVATE_KEY_FILE ../kong-build-tools/kong.private.gpg-key.asc'
sh 'RESTY_IMAGE_TAG=6 make release'
sh 'RESTY_IMAGE_TAG=7 make release'
sh 'RESTY_IMAGE_TAG=8 make release'
}
Expand Down

0 comments on commit 08e6179

Please sign in to comment.