Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
0360d0f2
Unverified
Commit
0360d0f2
authored
Mar 08, 2019
by
Dan Field
Committed by
GitHub
Mar 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print system time on all mac builds (#29025)
parent
77142b82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.cirrus.yml
.cirrus.yml
+8
-0
No files found.
.cirrus.yml
View file @
0360d0f2
...
...
@@ -163,6 +163,10 @@ task:
PUBLISHING_MATCH_CERTIFICATE_REPO
:
git@github.com:flutter/private_publishing_certificates.git
osx_instance
:
image
:
mojave-xcode-10.1
# occasionally the clock on these machines is out of sync
# with the actual time - this should help to verify
print_date_script
:
-
date
git_fetch_script
:
-
git clean -xfd
-
git fetch origin
...
...
@@ -182,6 +186,10 @@ task:
env
:
CIRRUS_WORKING_DIR
:
"
/tmp/flutter
sdk"
COCOAPODS_DISABLE_STATS
:
true
# occasionally the clock on these machines is out of sync
# with the actual time - this should help to verify
print_date_script
:
-
date
install_cocoapods_script
:
-
sudo gem install cocoapods
git_fetch_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment