Skip to content
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

CDP Build Steps #69

Merged
merged 3 commits into from
Jun 16, 2017
Merged

CDP Build Steps #69

merged 3 commits into from
Jun 16, 2017

Conversation

njuettner
Copy link
Contributor

@njuettner njuettner commented Jun 16, 2017

  • CDP Steps for Kube-Ingress-Controller on AWS

@coveralls
Copy link

coveralls commented Jun 16, 2017

Coverage Status

Coverage remained the same at 58.365% when pulling 7347d18 on njuettner:feature/cdp-steps into efc5825 on zalando-incubator:master.

delivery.yaml Outdated
IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"}
if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]]
then
make build.docker build.push
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make build.push is enough

@coveralls
Copy link

coveralls commented Jun 16, 2017

Coverage Status

Coverage remained the same at 58.365% when pulling a6f6c9d on njuettner:feature/cdp-steps into efc5825 on zalando-incubator:master.

@njuettner
Copy link
Contributor Author

👍

delivery.yaml Outdated
export GOPATH=$HOME/go
export OPERATOR_TOP_DIR=$GOPATH/src/github.com/zalando-incubator
mkdir -p $OPERATOR_TOP_DIR
ln -s $(pwd) $OPERATOR_TOP_DIR/kube-ingress-aws-controller
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe also change the OPERATOR_TOP_DIR to another name, it's maybe a bit confusing why it's called this way.

@njuettner
Copy link
Contributor Author

👍

1 similar comment
@mikkeloscar
Copy link
Collaborator

👍

@coveralls
Copy link

coveralls commented Jun 16, 2017

Coverage Status

Coverage remained the same at 58.365% when pulling 93e44de on njuettner:feature/cdp-steps into efc5825 on zalando-incubator:master.

@mikkeloscar mikkeloscar merged commit bdce197 into zalando-incubator:master Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants