drone 1 build at a time

This commit is contained in:
Marvin Steadfast 2020-03-11 18:38:55 +01:00
parent 76b70d43b5
commit 368b4e9ba0

View File

@ -1,6 +1,8 @@
---
kind: pipeline
name: default
concurrency:
limit: 1
steps:
- name: build and upload
image: golang:1.14.0-alpine3.11