1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-05-03 19:50:05 +08:00

release v0.0.1-alpha.0

This commit is contained in:
chu fan
2023-09-06 18:51:59 +08:00
parent 87f125b850
commit a7820c499a
3 changed files with 33 additions and 19 deletions

View File

@@ -45,8 +45,10 @@ function getBuildImageScript(faster){
docker push ${imageName}
echo "---------------- 上传镜像成功,删除本地镜像 ---------------- "
docker rmi ${imageName}
exit 0;
else
echo "镜像: ${imageName} , 不存在"
exit 1;
fi
`
]
@@ -112,6 +114,6 @@ async function getScriptCommand(){
console.log(`>>>> ${scriptCommand} `)
// 执行
await execShell(scriptCommand)
// await execShell(scriptCommand)
})()