This commit is contained in:
Lane Jennison
2020-01-25 16:40:23 -05:00
parent 7fe127675a
commit 06f188a8b2

View File

@@ -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)"