Skip to content

Commit

Permalink
chore(build) Don't build debian jessie since this is failing
Browse files Browse the repository at this point in the history
2.7 is also not building it.

Signed-off-by: Tyler Ball <[email protected]>
  • Loading branch information
tyler-ball committed Apr 6, 2022
1 parent a7ec32f commit 78aa72d
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 78aa72d

Please sign in to comment.