From 4eaeae788f2c3810531601e648c371c027c286bc Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sat, 2 Jan 2021 23:08:42 +0100 Subject: [PATCH] trying to fix ci issues --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 0192e36..6734d50 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,6 +1,6 @@ local pipeline(arch, os) = { kind: "pipeline", - name: "build " + os + "/" + arch, + name: "build " + os + arch, steps: [{ image: "golang:1.15.6-alpine3.12", environment: {