Skip to content

Commit

Permalink
hopefully fixed curl call in shippable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozera committed Nov 26, 2014
1 parent f79a8a9 commit aaa5dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Zeal

[![Build Status](https://api.shippable.com/projects/5475304bd46935d5fbbe9b81/badge?branchName=master)](https://app.shippable.com/projects/5475304bd46935d5fbbe9b81/builds/latest)
(latest builds are available at https://bitbucket.org/jerzykozera/zeal-win32-binary-downloads/downloads)

**zeal**
**zeal**
*noun*

1. a feeling of strong eagerness (usually in favor of a person or cause)
Expand Down
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ script:
- for l in Core Gui Multimedia MultimediaWidgets Network OpenGL Qml Quick Sql WebKit WebKitWidgets Widgets Xml Positioning PrintSupport Sensors; do cp $HOME/qt/5.3/mingw482_32/bin/Qt5$l.dll zeal-$(cat VERSION); done
- rm -f zeal*.zip
- zip -r zeal-$(cat VERSION).zip zeal-$(cat VERSION)
- curl --header "Content-Type: application/octet-stream" --data-binary @zeal-$(cat VERSION).zip $ZEAL_UPLOAD_URL
- bash -c 'curl --header "Content-Type:application/octet-stream" --data-binary @zeal-$(cat VERSION).zip $ZEAL_UPLOAD_URL || true'
- rm -rf zeal-*

env:
Expand Down

0 comments on commit aaa5dff

Please sign in to comment.