Skip to content
Snippets Groups Projects
Commit 38508f91 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

travis: deploy 1.9 branch to 1_9 bucket in packagecloud.io

parent bdf22bac
No related branches found
No related tags found
No related merge requests found
......@@ -82,14 +82,14 @@ deploy:
# Deploy packages to PackageCloud
- provider: packagecloud
username: "tarantool"
repository: "1_7"
repository: "1_9"
token: "${PACKAGECLOUD_TOKEN}"
dist: "${OS}/${DIST}"
package_glob: build/*.{rpm,deb,dsc}
skip_cleanup: true
on:
repo: tarantool/tarantool
branch: "1.7" # releases
branch: "1.9" # releases
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
# Deploy source tarballs to S3
- provider: script
......@@ -97,22 +97,9 @@ deploy:
skip_cleanup: true
on:
repo: tarantool/tarantool
branch: "1.7" # releases
branch: "1.9" # releases
condition: "x${TARGET} = xsource"
# Deploy packages to PackageCloud
- provider: packagecloud
username: "tarantool"
repository: "1_7_next"
token: "${PACKAGECLOUD_TOKEN}"
dist: "${OS}/${DIST}"
package_glob: build/*.{rpm,deb,dsc}
skip_cleanup: true
on:
repo: tarantool/tarantool
branch: "1.9" # development branch
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
notifications:
email:
recipients:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment