Skip to content

Commit

Permalink
CDP Build Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed Jun 16, 2017
1 parent a6f6c9d commit 93e44de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ build_steps:
- desc: 'Symlink sources into the GOPATH'
cmd: |
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
export PKG_BASE_PATH=$GOPATH/src/github.com/zalando-incubator
mkdir -p $PKG_BASE_PATH
ln -s $(pwd) $PKG_BASE_PATH/kube-ingress-aws-controller
- desc: 'Build & push docker image'
cmd: |
export PATH=$PATH:$HOME/go/bin
Expand Down

0 comments on commit 93e44de

Please sign in to comment.