Skip to content

Commit f94c27e

Browse files
committed
Enable uploading to 1.8 repository
1 parent dbd3b2c commit f94c27e

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

7585
notifications:
7686
email:

0 commit comments

Comments
 (0)