From f93a530e72a140e2d0e64ec4fa33e629f33b602a Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 9 Feb 2023 13:30:51 +0100 Subject: [PATCH] Try different syntax --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fba855a..0c2383c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,10 +45,10 @@ steps: commands: - apt-get update && apt-get install -y go-md2man - | - GOOS=windows \ make \ BUILDTAGS=containers_image_openpgp \ - GO_DYN_FLAGS= + GO_DYN_FLAGS= \ + bin/skopeo.windows.amd64.exe - ls bin # - bin/skopeo --version # - |