fix: skip joj if scoreboard unset
This commit is contained in:
parent
63f7d89c41
commit
963ccbe956
|
|
@ -244,9 +244,11 @@ report() {
|
|||
fi
|
||||
|
||||
# update grading
|
||||
if [ -n "$SCOREBOARD" ]; then
|
||||
cd ${REPOS[0]%/*}-joj
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
let nb=1
|
||||
for t in ${REPOS[@]}; do
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user