File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ deploy:
3333 # Deploy packages to PackageCloud
3434 - provider : packagecloud
3535 username : tarantool
36- repository : " 1_6 "
36+ repository : " 1_9 "
3737 token : ${PACKAGECLOUD_TOKEN}
3838 dist : ${OS}/${DIST}
3939 package_glob : build/*.{rpm,deb,dsc}
@@ -43,7 +43,7 @@ deploy:
4343 condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
4444 - provider : packagecloud
4545 username : tarantool
46- repository : " 1_7 "
46+ repository : " 1_10 "
4747 token : ${PACKAGECLOUD_TOKEN}
4848 dist : ${OS}/${DIST}
4949 package_glob : build/*.{rpm,deb,dsc}
@@ -53,7 +53,7 @@ deploy:
5353 condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
5454 - provider : packagecloud
5555 username : tarantool
56- repository : " 1_8 "
56+ repository : " 2x "
5757 token : ${PACKAGECLOUD_TOKEN}
5858 dist : ${OS}/${DIST}
5959 package_glob : build/*.{rpm,deb,dsc}
You can’t perform that action at this time.
0 commit comments