Skip to content

Commit 03fc9fe

Browse files
committed
Enable uploading to 1.8 repository
1 parent ea85abd commit 03fc9fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@ deploy:
130130
on:
131131
branch: master
132132
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
133+
- provider: packagecloud
134+
username: tarantool
135+
repository: "1_8"
136+
token: ${PACKAGECLOUD_TOKEN}
137+
dist: ${OS}/${DIST}
138+
package_glob: build/*.{rpm,deb,dsc}
139+
skip_cleanup: true
140+
on:
141+
branch: master
142+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
133143

134144
notifications:
135145
email:

0 commit comments

Comments
 (0)