From 1f545ba2f4428d7971a9583407857a1e7ac9f229 Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sat, 2 Jan 2021 23:23:58 +0100 Subject: [PATCH] links, rechts, alles gleich --- .drone.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 6ebcd02..59ac260 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,6 +1,6 @@ -local pipeline(arch, os) = { +local pipeline(os, arch) = { kind: "pipeline", - name: "build" + os + "/" + arch, + name: "build " + os + "/" + arch, steps: [{ name: "compile " + os + "/" + arch, image: "golang:1.15.6-alpine3.12",