Skip to content

Commit

Permalink
Merge pull request #603 from jbouffard/fix/travis/published-version
Browse files Browse the repository at this point in the history
Publishing Fix for Travis
  • Loading branch information
echeipesh committed Jan 11, 2018
2 parents 410f60c + 5c20d61 commit 1f8959a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ script:
- pylint geopyspark

before_deploy:
- export GEOPYSPARK_VERSION_SUFFIX="${TRAVIS_COMMIT:0:7}"
- export GEOPYSPARK_VERSION_SUFFIX="-${TRAVIS_COMMIT:0:7}"

deploy:
provide: script
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e
set -x

./sbt "++TRAVIS_SCALA_VERSION" -Dbintray.user=$BINTRAY_USER -Dbintray.pass=$BINTRAY_PASS "project geotrellis-backend" publish
cd geopyspark-backend && ./sbt "++TRAVIS_SCALA_VERSION" -Dbintray.user=$BINTRAY_USER -Dbintray.pass=$BINTRAY_PASS "project geotrellis-backend" publish

0 comments on commit 1f8959a

Please sign in to comment.