1 Star 0 Fork 21

jwangkun / docker-zh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-jenkins-by-cwp.sh 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
formulas=$(yq read config.yaml formulas.*.name)
for formula in $formulas;do
echo "check formula $formula"
oldMd5=$(yq read config.yaml 'formulas(name=='$formula').md5')
echo $oldMd5
newMd5=$(md5 -q formulas/${formula}.yaml)
if [[ "$newMd5" != "oldMd5" ]]; then
fi
done
Go
1
https://gitee.com/jwangkun/docker-zh.git
git@gitee.com:jwangkun/docker-zh.git
jwangkun
docker-zh
docker-zh
master

搜索帮助