Skip to content

Commit 3344f8c

Browse files
committed
Enable uploading to 1.8 repository
1 parent ebe5c1e commit 3344f8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ deploy:
105105
on:
106106
branch: master
107107
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
108+
- provider: packagecloud
109+
username: tarantool
110+
repository: "1_8"
111+
token: ${PACKAGECLOUD_TOKEN}
112+
dist: ${OS}/${DIST}
113+
package_glob: build/*.{rpm,deb}
114+
skip_cleanup: true
115+
on:
116+
branch: master
117+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
108118

109119
notifications:
110120
email:

0 commit comments

Comments
 (0)