-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(kong-ee) migrate the private kong-ee repository to here #336
Conversation
…set not from bintray
… into build scripts
…-kong into chore/separate-build-scripts
0659693
to
4667fad
Compare
4667fad
to
f8c849a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codewise looks good
but I'm a bit worried on how will we test the future changes. Also, update.sh only works for ce for now.
I've been toying with ways to test EE in public repositories in a safe / secure and sane way. In the spirit of incremental improvement I'm going to merge this one shortly but there's no rush to cut Kong Enterprise over to using it right away |
The docker-kong-ee git repository is mostly the same as this one. This PR moves us towards merging them while keeping the flexibility of diverging when necessary.
Tested the changes to
update.sh
by using it to update CE from2.0.0
to2.0.1
as demonstrated in this commit 04ee359