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

@ -36,7 +36,7 @@ platform:
arch: amd64
steps:
- name: build
- name: build-push
pull: always
image: golang:1.11
commands:
@ -49,7 +49,7 @@ steps:
- push
- pull_request
- name: build
- name: build-tag
pull: always
image: golang:1.11
commands:
@ -110,7 +110,7 @@ platform:
arch: arm64
steps:
- name: build
- name: build-push
pull: always
image: golang:1.11
commands:
@ -123,7 +123,7 @@ steps:
- push
- pull_request
- name: build
- name: build-tag
pull: always
image: golang:1.11
commands:
@ -184,7 +184,7 @@ platform:
arch: arm
steps:
- name: build
- name: build-push
pull: always
image: golang:1.11
commands:
@ -197,7 +197,7 @@ steps:
- push
- pull_request
- name: build
- name: build-tag
pull: always
image: golang:1.11
commands: