mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Show seconds and in the modified time order
[ci skip]
This commit is contained in:
parent
0338c44bde
commit
e8d4f0cbc7
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ before_script:
|
|||
- |-
|
||||
for i in 1 2 3; do
|
||||
date; make touch-unicode-files || break
|
||||
ls -l tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time
|
||||
ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time
|
||||
date; make -s $JOBS $UPDATE_UNICODE up && break
|
||||
done
|
||||
- date; make -s $JOBS srcs
|
||||
|
|
Loading…
Reference in a new issue