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

Commit

Permalink
add debug info to synchro scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
szimano committed Feb 18, 2015
1 parent a1444ea commit ad12288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .central.synchro.sh
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
if [[ ${PROJECT_VERSION} != *-SNAPSHOT ]] if [[ ${PROJECT_VERSION} != *-SNAPSHOT ]]
then then
curl -vvf -u$BINTRAY_USER:$BINTRAY_PASSWORD -H "Content-Type: application/json" \ curl -vvf -u$BINTRAY_USER:$BINTRAY_PASSWORD -H "Content-Type: application/json" \
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: scala
scala: scala:
- 2.11.5 - 2.11.5
after_success: after_success:
- sh "$TRAVIS_BUILD_DIR/.travis.credentials.sh" && sbt publish && sbt makeVersionSh && sh .run.central.synchro.sh - sh "$TRAVIS_BUILD_DIR/.travis.credentials.sh" && sbt publish && sbt makeVersionSh && cat .run.central.synchro.sh && sh .run.central.synchro.sh
env: env:
global: global:
- secure: rI0yiqoisNVKhH/ofJ00Ymj47Uw4FYvxhiNmCv5LObfu6dQQohaMi9BAVzpr+aVvBeXfWT5As9giTuDZfcxkHoXXMM0VIEgp5XpLxRFDOJBmvgagJqN/tM22yU3aDexQm/ORBpETLnYtvbazbo6q7fYT+pfc8HEtu8BfbpLe4ro= - secure: rI0yiqoisNVKhH/ofJ00Ymj47Uw4FYvxhiNmCv5LObfu6dQQohaMi9BAVzpr+aVvBeXfWT5As9giTuDZfcxkHoXXMM0VIEgp5XpLxRFDOJBmvgagJqN/tM22yU3aDexQm/ORBpETLnYtvbazbo6q7fYT+pfc8HEtu8BfbpLe4ro=
Expand Down

0 comments on commit ad12288

Please sign in to comment.