mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 03:07:51 +08:00
5 lines
194 B
Bash
5 lines
194 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
export VERSION=V5.2.1-1-cloud
|
||
|
export BUILD_IMAGE_BASE_NAME=registry.cn-hangzhou.aliyuncs.com/goodrain
|
||
|
./release.sh all push
|