drone 1 build at a time
This commit is contained in:
parent
76b70d43b5
commit
368b4e9ba0
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
steps:
|
steps:
|
||||||
- name: build and upload
|
- name: build and upload
|
||||||
image: golang:1.14.0-alpine3.11
|
image: golang:1.14.0-alpine3.11
|
||||||
|
Loading…
Reference in New Issue
Block a user