You've already forked ci-testing-tools
mirror of
https://github.com/armbian/ci-testing-tools.git
synced 2026-01-06 10:31:51 -08:00
refactor
This commit is contained in:
@@ -29,10 +29,9 @@ done
|
||||
|
||||
get_files_changed() {
|
||||
## these var values needed by detectGitChanges.sh
|
||||
GIT_COMMIT=${GITHUB_PR_HEAD_SHA}
|
||||
GIT_PREVIOUS_COMMIT=HEAD
|
||||
# GIT_COMMIT=${GITHUB_PR_HEAD_SHA}
|
||||
# GIT_PREVIOUS_COMMIT=HEAD
|
||||
|
||||
cd build
|
||||
family_changed="$(../monorepo-gitwatcher/detectGitChanges.sh ../family.watch)"
|
||||
board_changed="$(../monorepo-gitwatcher/detectGitChanges.sh ../board.watch)"
|
||||
|
||||
Reference in New Issue
Block a user