Arvind Iyengar 2020-09-24 17:40:52 -07:00
parent 3c4201f7ed
commit 47628b05d6
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ git fetch origin ${1}
git checkout origin/${1} ./assets/index.yaml || true
git checkout origin/${1} ./sha256sum || true
charts=$(./scripts/produce-sha256)
# produce-sha256 produces sha256 and print out chart name that has changed, and only run CI against changed chart
for i in $(./scripts/produce-sha256); do
./scripts/ci $i
done
done