Switch to the new format
This commit is contained in:
parent
d61b87a07d
commit
7b9428bb81
|
|
@ -1,8 +1,11 @@
|
||||||
build_steps:
|
version: "2017-09-20"
|
||||||
|
pipeline:
|
||||||
|
- id: "Build postgres operator"
|
||||||
|
type: script
|
||||||
env:
|
env:
|
||||||
GOPATH: /root/go
|
GOPATH: /root/go
|
||||||
OPERATOR_TOP_DIR: /root/go/src/github.com/zalando-incubator
|
OPERATOR_TOP_DIR: /root/go/src/github.com/zalando-incubator
|
||||||
|
commands:
|
||||||
- desc: 'Install required build software'
|
- desc: 'Install required build software'
|
||||||
cmd: |
|
cmd: |
|
||||||
apt-get install -y make git apt-transport-https ca-certificates curl
|
apt-get install -y make git apt-transport-https ca-certificates curl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue