Fix syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-02-09 13:39:21 +01:00
parent fe22f1f089
commit cf84f23765
1 changed files with 4 additions and 4 deletions

View File

@ -56,13 +56,13 @@ steps:
- |
curl \
--header "Authorization: token $GIT_APIKEY" \
--upload-file bin/skopeo_linux_amd64 \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo
--upload-file bin/skopeo \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo_linux_amd64
- |
curl \
--header "Authorization: token $GIT_APIKEY" \
--upload-file bin/skopeo_windows_amd64.exe \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo
--upload-file bin/skopeo.windows.amd64.exe \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/generic/skopeo/$SKOPEO_VERSION/skopeo_windows_amd64
environment:
GIT_APIKEY:
from_secret: git_apikey