Merge branch 'bintray-version' into 'master'
Set Bintray version to be the same as the in app version See merge request b0/spectral!38
This commit is contained in:
commit
91fe860b7c
|
@ -20,7 +20,7 @@ script:
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
|
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
|
||||||
- sed -i -e "s/TRAVIS_BUILD_NUMBER/$(git rev-list --count HEAD)/g" .ci/bintray-release.json
|
- sed -i -e "s/TRAVIS_BUILD_NUMBER/0.0.0.$(git rev-list --count HEAD)/g" .ci/bintray-release.json
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: bintray
|
- provider: bintray
|
||||||
|
|
Loading…
Reference in New Issue