mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-08-10 01:18:08 +00:00
Fix travis before_deploy
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user