Skip to content

Commit

Permalink
ci: improve core diff (#3844)
Browse files Browse the repository at this point in the history
* ci: improve core diff

* ci: iterate on script

* ci: remove debug echo
  • Loading branch information
krtk6160 authored Jan 16, 2024
1 parent 4cb9095 commit 0e539da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/core/tasks/open-core-bundle-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("//core/..."))' 2>/dev/null))
app_src_files=($(buck2 uquery 'inputs(deps("//core/api:")) + inputs(deps("//core/api-ws-server:")) + inputs(deps("//core/api-trigger:")) + inputs(deps("//core/api-exporter:")) + inputs(deps("//core/api-cron:"))' 2>/dev/null))

declare -A relevant_commits
relevant_commits=()
Expand Down

0 comments on commit 0e539da

Please sign in to comment.