From 4023baad33a5f9630f44e1c192aa90a9d23e26e9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sun, 31 Jul 2022 18:07:59 +0200 Subject: [PATCH] Fix syntax --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a9b320..f012c87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: image: bv11-cr01.bessems.eu/proxy/alpine/git commands: - git clone https://github.com/containers/skopeo.git . - - git checkout tags/$SKOPEO_VERSION + - git checkout tags/$${SKOPEO_VERSION} # - git checkout tags/v1.9.1 - name: Build binary image: bv11-cr01.bessems.eu/proxy/library/golang @@ -28,9 +28,9 @@ steps: - bin/skopeo --version - | curl \ - --header "Authorization: token $GIT_APIKEY" + --header "Authorization: token $${GIT_APIKEY}" --upload-file bin/skopeo \ - https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo + https://code.spamasaurus.com/api/packages/$${GIT_USERNAME}/generic/skopeo/$${SKOPEO_VERSION}/skopeo # - cp bin/skopeo /output environment: CGO_ENABLED: 0