6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ ${TASK} == "R-package" ]; then
|
|
cat R-package/xgboost.Rcheck/*.log
|
|
fi
|