mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 15:10:28 +00:00
Fix travis before_deploy
This commit is contained in:
parent
4d575ba13a
commit
aba9e4f3be
@ -38,14 +38,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
- REPORT_COVERAGE=1
|
- REPORT_COVERAGE=1
|
||||||
|
- BINDEPLOY=1
|
||||||
|
|
||||||
|
before_deploy: /bin/bash ci/bintray.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: $TRAVIS_GO_VERSION =~ ^1\.12
|
condition: $BINDEPLOY = 1
|
||||||
before_deploy:
|
|
||||||
# Run the build script to generate the necessary binaries and images.
|
|
||||||
- /bin/bash ci/bintray.sh
|
|
||||||
provider: bintray
|
provider: bintray
|
||||||
edge:
|
edge:
|
||||||
branch: v1.8.47
|
branch: v1.8.47
|
||||||
|
Loading…
Reference in New Issue
Block a user