Skip to content

Commit 1fec437

Browse files
committed
Enable uploading to 1.8 repository
1 parent 3203633 commit 1fec437

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

7383
notifications:
7484
email:

0 commit comments

Comments
 (0)