Skip to content

Commit

Permalink
fix: path in open-charts-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jan 9, 2024
1 parent e2dfa30 commit 69e2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/core/tasks/open-charts-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git remote set-url origin ${github_url}
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"

git checkout ${ref}
app_src_files=($(buck2 uquery 'inputs(deps("'"//apps/${COMPONENT}:"'"))' 2>/dev/null))
app_src_files=($(buck2 uquery 'inputs(deps("'"//core/${COMPONENT}"'"))' 2>/dev/null))

relevant_commits=()
for commit in $(git log --format="%H" ${old_ref}..${ref}); do
Expand Down

0 comments on commit 69e2661

Please sign in to comment.