This commit is contained in:
lxk0301
2021-01-16 17:10:19 +08:00
parent f4ac43210d
commit 17d6f77bb2
98 changed files with 609 additions and 587 deletions

View File

@@ -46,7 +46,7 @@ else
# 第一版通知逻辑无法包含在上面判断里面,镜像构建好直接开启通知
echo "Current container version is too old, send update notification"
echo "当前版本过旧,发送镜像更新通知"
export NOTIFY_CONTENT="更新内容较多重新阅读仓库Readme(https://github.com/lxk0301/jd_scripts/tree/master/docker),更新镜像并更新配置后使用。"
export NOTIFY_CONTENT="更新内容较多重新阅读仓库Readme(https://github.com/LXK9301/jd_scripts/tree/master/docker),更新镜像并更新配置后使用。"
cd /scripts/docker
node notify_docker_user.js
fi