Merge pull request #1287 from coralproject/ci-time-sync

CI Time Sync
This commit is contained in:
Kiwi
2018-01-16 20:53:13 +01:00
committed by GitHub
+7
View File
@@ -19,6 +19,13 @@ machine:
# - sudo apt-get install -y mongodb-org
# - sudo service mongod restart
# Force sync the time.
- date
- sudo service ntp stop
- sudo ntpdate -s time.nist.gov
- sudo service ntp start
- date
# Install chromium for e2e and remove old google-chrome
- sudo rm -rf /opt/google/chrome
- sudo rm -f /usr/bin/google-chrome*