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
read board_table.csv from cwd
This commit is contained in:
@@ -81,7 +81,7 @@ done
|
||||
|
||||
load_board_table() {
|
||||
#BOARD_TABLE=$(cat ../board_table.csv|sort -r)
|
||||
readarray BOARD_TABLE < ../board_table.csv
|
||||
readarray BOARD_TABLE < board_table.csv
|
||||
}
|
||||
|
||||
get_files_changed() {
|
||||
|
||||
Reference in New Issue
Block a user