Skip to content

Commit

Permalink
Merge pull request #414 from akutz/feature/always-deploy-pkgs
Browse files Browse the repository at this point in the history
Always Deploy RPMs/DEBs
  • Loading branch information
akutz committed May 7, 2016
2 parents f9c44bc + 596fd93 commit f70a282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build/bintray-stable.json
Expand Up @@ -14,7 +14,7 @@

"files": [
{
"includePattern": ".build/deploy/(.+)/(.*\.tar\.gz)",
"includePattern": ".build/deploy/(.+)/(.*\.(?:(?:tar\.gz)|rpm|deb))",
"excludePattern": ".build/deploy/latest/(.*)",
"uploadPattern": "stable/${SEMVER}/$2"
},
Expand Down
2 changes: 1 addition & 1 deletion .build/bintray-staged.json
Expand Up @@ -14,7 +14,7 @@

"files": [
{
"includePattern": ".build/deploy/(.+)/(.*\.tar\.gz)",
"includePattern": ".build/deploy/(.+)/(.*\.(?:(?:tar\.gz)|rpm|deb))",
"excludePattern": ".build/deploy/latest/(.*)",
"uploadPattern": "staged/${SEMVER}/$2"
},
Expand Down
2 changes: 1 addition & 1 deletion .build/bintray-stupid.json
Expand Up @@ -14,7 +14,7 @@

"files": [
{
"includePattern": ".build/deploy/(.+)/(.*\.tar\.gz)",
"includePattern": ".build/deploy/(.+)/(.*\.(?:(?:tar\.gz)|rpm|deb))",
"excludePattern": ".build/deploy/latest/(.*)",
"uploadPattern": "unstable/${SEMVER}/$2"
},
Expand Down

0 comments on commit f70a282

Please sign in to comment.