Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel authored Apr 4, 2019
1 parent cef64d8 commit 3b615ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ UPLOAD_URL=`echo $RELEASE | jq -r '.upload_url'`
echo 'Upload URL: '$ASSETS_URL

# Upload asset
RESPONSE=`curl --data-binary "$FILE_NAME" -H "Authorization: token $TOKEN" -H "Content-Type: application/octet-stream" "$UPLOAD_URL=$FILE_NAME"`
echo 'Server response: '$RESPONSE
RESPONSE=`curl --data-binary @"$FILE_NAME" -H "Authorization: token $TOKEN" -H "Content-Type: application/octet-stream" "$UPLOAD_URL=$FILE_NAME"`
echo 'Server response: '$RESPONSE

0 comments on commit 3b615ec

Please sign in to comment.