mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Record some details to help with possible bad clocks
This commit is contained in:
parent
b689e46c62
commit
984e76468b
@ -179,8 +179,14 @@ before_script:
|
||||
fi
|
||||
fi
|
||||
|
||||
# Log time information from this machine and an external machine for insight into possible
|
||||
# clock drift. Timezones don't matter since relative deltas give all the necessary info.
|
||||
script:
|
||||
- >
|
||||
date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
|
||||
- stamp sh -x -c "$RUN_SCRIPT"
|
||||
- >
|
||||
date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
|
||||
|
||||
after_success:
|
||||
- >
|
||||
|
Loading…
Reference in New Issue
Block a user