Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Shippable curl command for uploading release
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag committed Jul 15, 2015
1 parent 4f59a15 commit 68df30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ notifications:
email: false

before_script:
- apt-get update && apt-get install jq maven -y
- apt-get update && apt-get install jq maven curl -y
- if [[ $SHIPPABLE_JDK_VERSION == "oraclejdk8" ]] ; then export JAVA_HOME="/usr/lib/jvm/java-8-oracle"; export PATH="$PATH:/usr/lib/jvm/java-8-oracle/bin"; export java_path="/usr/lib/jvm/java-8-oracle/jre/bin/java"; fi
- update-alternatives --set java $java_path
- java -version
Expand Down

0 comments on commit 68df30a

Please sign in to comment.