Skip to content

Commit

Permalink
Merge pull request #8644 from Kong/chore/2_6_debian
Browse files Browse the repository at this point in the history
chore(build) Don't build debian jessie since this is failing
  • Loading branch information
tyler-ball authored Apr 6, 2022
2 parents a7ec32f + 78aa72d commit e41629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pipeline {
steps {
sh 'echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin || true'
sh 'make setup-kong-build-tools'
sh 'RESTY_IMAGE_TAG=jessie make release'
// sh 'RESTY_IMAGE_TAG=jessie make release'
sh 'RESTY_IMAGE_TAG=stretch make release'
}
}
Expand Down

0 comments on commit e41629b

Please sign in to comment.