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