forked from glenux/mfm
ci: enable debug
This commit is contained in:
parent
cd8aef242e
commit
710085311e
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ steps:
|
|||
--upload-file "/_cache/bin/$PACKAGE_BASENAME" \
|
||||
"$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME"
|
||||
- |
|
||||
set -x
|
||||
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
|
||||
-X POST \
|
||||
-H "accept: application/json" \
|
||||
|
@ -50,6 +51,7 @@ steps:
|
|||
-d "{\"tag_name\": \"$DRONE_TAG\", \"target_commitish\": \"$DRONE_COMMIT_SHA\"}" \
|
||||
$RELEASES_URL
|
||||
- |
|
||||
set -x
|
||||
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
|
||||
-H "accept: application/json" \
|
||||
-H "Content-Type: multipart/form-data" \
|
||||
|
|
Loading…
Reference in a new issue