Skip to content

Commit

Permalink
chore: do not commit relevant commits as file
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Dec 24, 2023
1 parent b686ac2 commit 9c2730c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/tasks/open-charts-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ for file in "${app_src_files[@]}"; do
git checkout "$ref" -- "$file"
done

# put the relevant commits as a json array in a file
echo "${relevant_commits[@]}" > relevant_commits.json
git add relevant_commits.json

git commit -m "Commit state of \`core\` at \`${ref}\`" --allow-empty
git push -fu origin core-${ref}

Expand Down

0 comments on commit 9c2730c

Please sign in to comment.