We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118d34e commit 7eb331aCopy full SHA for 7eb331a
.travis.yml
@@ -70,16 +70,6 @@ deploy:
70
on:
71
branch: master
72
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
73
- - provider: packagecloud
74
- username: tarantool
75
- repository: "1_8"
76
- token: ${PACKAGECLOUD_TOKEN}
77
- dist: ${OS}/${DIST}
78
- package_glob: build/*.{rpm,deb}
79
- skip_cleanup: true
80
- on:
81
- branch: master
82
- condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
83
84
notifications:
85
email:
0 commit comments