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

View File

@@ -32,7 +32,7 @@ if type jq >/dev/null 2>&1; then
else
# 第一版通知逻辑无法包含在上面判断里面,镜像构建好直接开启通知
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