Compare commits

..

No commits in common. "09567fb868d5f6acb9956d4efcff86f8001091de" and "a0790005d0267d2573193d316a2788142e716414" have entirely different histories.

View file

@ -44,12 +44,9 @@ steps:
- apk add --update --no-cache curl jq
- env |grep DRONE
- |
for package_path in /_cache/packages/* ; do \
package_name="$(basename "$package_path")" ; \
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
--upload-file "$package_path" \
"$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME" ; \
done
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
--upload-file "/_cache/bin/$PACKAGE_BASENAME" \
"$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME"
- |
set -x
curl -X POST \
@ -70,7 +67,7 @@ steps:
- |
set -x
for package_path in /_cache/packages/* ; do \
package_name="$(basename "$package_path")" ; \
package_name="$(basename "$package_path")"
curl -X POST \
-H "Authorization: token $RELEASE_UPLOAD_TOKEN" \
-H "accept: application/json" \