Fix duplicated step names

This commit is contained in:
Thomas Boerger 2019-01-21 01:06:23 +01:00
commit 61958d3988
No known key found for this signature in database
GPG key ID: 09745AFF9D63C79B
3 changed files with 18 additions and 18 deletions

View file

@ -43,7 +43,7 @@ local PipelineBuild(os="linux", arch="amd64") = {
},
steps: [
{
name: "build",
name: "build-push",
image: "golang:1.11",
pull: "always",
environment: {
@ -58,7 +58,7 @@ local PipelineBuild(os="linux", arch="amd64") = {
},
},
{
name: "build",
name: "build-tag",
image: "golang:1.11",
pull: "always",
environment: {