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

Commit

Permalink
Use BINTRAY_USER everywhere
Browse files Browse the repository at this point in the history
Was trying to test the travis integration and came across this
  • Loading branch information
aaronraimist committed Sep 19, 2018
1 parent 37c35f4 commit 33e159d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/bintray-release.json
Expand Up @@ -12,7 +12,7 @@
"GPL-3.0"
],
"name": "Seaglass",
"subject": "neilalexander",
"subject": "BINTRAY_USER",
"repo": "Seaglass",
"public_download_numbers": true,
"public_stats": true,
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ script:
before_deploy:
- cd build && tar -zcf Seaglass-$(cd $TRAVIS_BUILD_DIR && sh scripts/version.sh).tar.gz Seaglass.app && cd ..
- sed -i -e "s/VERSION_NAME_VALUE/$(cd $TRAVIS_BUILD_DIR && sh scripts/version.sh)/g" .ci/bintray-release.json
- sed -i -e "s/BINTRAY_USER/$BINTRAY_USER/g" .ci/bintray-release.json
deploy:
- provider: bintray
file: .ci/bintray-release.json
Expand Down

0 comments on commit 33e159d

Please sign in to comment.