Skip to content

Commit

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

echo "${relevant_commits[@]}" > relevant_commits.json
git add relevant_commits.json

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

Expand Down

0 comments on commit e17ee2f

Please sign in to comment.