diff --git a/.drone.yml b/.drone.yml index ae65260..9eadd9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ 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 HEAD when: status: - success @@ -30,7 +31,11 @@ steps: curl \ --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/v1.11.0-dev/skopeo + # curl \ + # --header "Authorization: token $GIT_APIKEY" \ + # --upload-file bin/skopeo \ + # https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo environment: CGO_ENABLED: 0 GIT_APIKEY: