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

travis: do not deploy 1.10 into 1.9 buckets

parent 9f75d52d
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_9"
repository: "1_10"
token: "${PACKAGECLOUD_TOKEN}"
dist: "${OS}/${DIST}"
package_glob: build/*.{rpm,deb,dsc}
skip_cleanup: true
on:
repo: tarantool/tarantool
branch: "1.9" # releases
branch: "1.10" # releases
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
# Deploy source tarballs to S3
- provider: script
......@@ -97,7 +97,7 @@ deploy:
skip_cleanup: true
on:
repo: tarantool/tarantool
branch: "1.9" # releases
branch: "1.10" # releases
condition: "x${TARGET} = xsource"
notifications:
......
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