Skip to content

Commit

Permalink
[travis] Fix bug when there are no jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Mar 15, 2020
1 parent 3dac31e commit f479504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/travis.sh
Expand Up @@ -391,7 +391,7 @@ write-jobs-raw() {

# Pass all .wwz files in reverse order.
# Empty list is OK.
egrep 'wwz$' _tmp/listing.txt || true \
{ egrep 'wwz$' _tmp/listing.txt || true; } \
| sort --reverse \
| format-jobs-index \
> _tmp/raw.html
Expand Down

0 comments on commit f479504

Please sign in to comment.