Skip to content

Commit a085235

Browse files
committed
Enable uploading to 1.8 repository
1 parent 377cfad commit a085235

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
@@ -67,6 +67,16 @@ deploy:
6767
on:
6868
branch: master
6969
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
70+
- provider: packagecloud
71+
username: tarantool
72+
repository: "1_8"
73+
token: ${PACKAGECLOUD_TOKEN}
74+
dist: ${OS}/${DIST}
75+
package_glob: build/*.{rpm,deb,dsc}
76+
skip_cleanup: true
77+
on:
78+
branch: master
79+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
7080

7181
notifications:
7282
email:

0 commit comments

Comments
 (0)