Skip to content

Commit

Permalink
fix sync/release and staging dirs copy
Browse files Browse the repository at this point in the history
  • Loading branch information
O1ahmad committed Oct 22, 2020
1 parent 4c4519d commit 7099037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildkite/scripts/helm-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ if [ -n "$charts" ]; then
fi
done

cp --force --recursive "${stageDir}" "${syncDir}"
echo "--- Syncing staging and release dirs"
cp --force --recursive --verbose "${stageDir}/*" "${syncDir}/"

helm repo index $syncDir

Expand Down

0 comments on commit 7099037

Please sign in to comment.