Skip to content

Commit

Permalink
Initial attempt to rectify the build environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Jun 13, 2017
1 parent 0ff7647 commit 5f02c2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ build_steps:
cmd: 'add-apt-repository ppa:longsleep/golang-backports && apt-get update && apt-get install -y golang-go'
- desc: 'Install Docker'
cmd: 'curl -sSL https://get.docker.com/ | sh'
- desc: 'show current directory'
cmd: 'echo $(pwd)'
- desc: 'Symlink sources into the GOPATH'
- cmd: 'mkdir -p $HOME/go/src/github.com/zalando-incubator && ln -s $(pwd) $HOME/go/src/github.com/zalando-incubator/postgres-operator'
- desc: 'Build & push'
cmd: 'PATH=$PATH:$HOME/go/bin IMAGE=registry.opensource.zalan.do make tools deps docker push'

0 comments on commit 5f02c2e

Please sign in to comment.