Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
travis: fix bintray deploy step
Browse files Browse the repository at this point in the history
Commit be1065f moved the Debian/Ubuntu package
builds into the distbuild/ directory.

fixes #4179
  • Loading branch information
stapelberg committed Oct 25, 2020
1 parent a24c9b6 commit 466f7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions travis/bintray-autobuild-debian.json
Expand Up @@ -13,7 +13,7 @@

"files": [
{
"includePattern": "build/deb/debian-amd64/(.*\\.deb)$",
"includePattern": "distbuild/deb/debian-amd64/(.*\\.deb)$",
"matrixParams": {
"deb_distribution": "sid",
"deb_component": "main",
Expand All @@ -22,7 +22,7 @@
"uploadPattern": "$1"
},
{
"includePattern": "build/deb/debian-i386/(.*\\.deb)$",
"includePattern": "distbuild/deb/debian-i386/(.*\\.deb)$",
"matrixParams": {
"deb_distribution": "sid",
"deb_component": "main",
Expand Down
4 changes: 2 additions & 2 deletions travis/bintray-autobuild-ubuntu.json
Expand Up @@ -13,7 +13,7 @@

"files": [
{
"includePattern": "build/deb/ubuntu-amd64/(.*\\.deb)$",
"includePattern": "distbuild/deb/ubuntu-amd64/(.*\\.deb)$",
"matrixParams": {
"deb_distribution": "bionic",
"deb_component": "main",
Expand All @@ -22,7 +22,7 @@
"uploadPattern": "$1"
},
{
"includePattern": "build/deb/ubuntu-i386/(.*\\.deb)$",
"includePattern": "distbuild/deb/ubuntu-i386/(.*\\.deb)$",
"matrixParams": {
"deb_distribution": "bionic",
"deb_component": "main",
Expand Down

0 comments on commit 466f7c1

Please sign in to comment.