Skip to content

Commit 9064a65

Browse files
authored
Merge pull request #59 from zalando-incubator/arm64
Some small change to the pipeline step name
2 parents db61068 + 2f21761 commit 9064a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline:
1616
- desc: build
1717
cmd: |
1818
make build.docker
19-
- desc: push
19+
- desc: Build and push image to PierOne
2020
cmd: |
2121
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
2222
IMAGE=registry-write.opensource.zalan.do/teapot/kube-aws-iam-controller

0 commit comments

Comments
 (0)