Skip to content

Commit

Permalink
Attempt to fix deploy: missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
stiankri committed Jan 7, 2021
1 parent 3fee455 commit a66ef06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -58,6 +58,7 @@ deploy:
file: "bintray/descriptor-deb.json"
user: $BINTRAY_USER
key: $BINTRAY_KEY
skip_cleanup: true
on:
tags: true
branch: master
Expand All @@ -66,6 +67,7 @@ deploy:
file: "bintray/descriptor-rpm.json"
user: $BINTRAY_USER
key: $BINTRAY_KEY
skip_cleanup: true
on:
tags: true
branch: master
Expand All @@ -74,6 +76,7 @@ deploy:
file: "bintray/descriptor-tar.json"
user: $BINTRAY_USER
key: $BINTRAY_KEY
skip_cleanup: true
on:
tags: true
branch: master
Expand Down

0 comments on commit a66ef06

Please sign in to comment.