parent
375cd25720
commit
a95060e603
@ -0,0 +1,10 @@
|
|||||||
|
import Util.PublishUtil;
|
||||||
|
|
||||||
|
public class build_ds_base {
|
||||||
|
public static void main(String[] args) throws Exception {
|
||||||
|
//项目名称
|
||||||
|
String projectName = "ds-base";
|
||||||
|
PublishUtil.publish(projectName);
|
||||||
|
System.out.println("开始生成镜像");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue