Skip to content

Commit 0112af2

Browse files
committed
travis-ci: add new target tarantool repositories
1 parent 03a3833 commit 0112af2

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.travis.yml

+40
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,26 @@ deploy:
9999
on:
100100
branch: master
101101
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
102+
- provider: packagecloud
103+
username: tarantool
104+
repository: "2_3"
105+
token: ${PACKAGECLOUD_TOKEN}
106+
dist: ${OS}/${DIST}
107+
package_glob: build/*.{rpm,deb}
108+
skip_cleanup: true
109+
on:
110+
branch: master
111+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
112+
- provider: packagecloud
113+
username: tarantool
114+
repository: "2_4"
115+
token: ${PACKAGECLOUD_TOKEN}
116+
dist: ${OS}/${DIST}
117+
package_glob: build/*.{rpm,deb}
118+
skip_cleanup: true
119+
on:
120+
branch: master
121+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
102122
# Deploy packages to PackageCloud from tagged revisions
103123
# https://github.com/tarantool/tarantool/issues/3745
104124
# https://github.com/travis-ci/travis-ci/issues/7780#issuecomment-302389370
@@ -162,6 +182,26 @@ deploy:
162182
on:
163183
tags: true
164184
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
185+
- provider: packagecloud
186+
username: tarantool
187+
repository: "2_3"
188+
token: ${PACKAGECLOUD_TOKEN}
189+
dist: ${OS}/${DIST}
190+
package_glob: build/*.{rpm,deb}
191+
skip_cleanup: true
192+
on:
193+
tags: true
194+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
195+
- provider: packagecloud
196+
username: tarantool
197+
repository: "2_4"
198+
token: ${PACKAGECLOUD_TOKEN}
199+
dist: ${OS}/${DIST}
200+
package_glob: build/*.{rpm,deb}
201+
skip_cleanup: true
202+
on:
203+
tags: true
204+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
165205

166206
notifications:
167207
email:

0 commit comments

Comments
 (0)