Skip to content

Commit

Permalink
ci: fix app partial diffs (#4419)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored May 6, 2024
1 parent 0a9d724 commit 01a484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/apps/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/${APP}:"'"))' 2>/dev/null))
app_src_files=($(buck2 uquery 'inputs(deps("'"//apps/${APP}:${APP}"'"))' 2>/dev/null))

declare -A relevant_commits
relevant_commits=()
Expand Down

0 comments on commit 01a484d

Please sign in to comment.