commit | 68e030052e980b91ce7ea24d3bbf529d1e2e8925 | [log] [tgz] |
---|---|---|
author | Greg Spencer <gspencergoog@users.noreply.github.com> | Wed Aug 08 09:54:56 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 08 09:54:56 2018 -0700 |
tree | 7647335cfefbf84274df9f95b315f46b0fa635f1 | |
parent | f310aca08b3b7a9740b126af5098358a8d3914d2 [diff] [blame] |
Fix a bug in docker_push.sh, and indent in .cirrus.yml (#20308)
diff --git a/.cirrus.yml b/.cirrus.yml index ea9b7e4..a8f6c06 100644 --- a/.cirrus.yml +++ b/.cirrus.yml
@@ -121,8 +121,8 @@ osx_instance: image: high-sierra-xcode-9.4.1 git_fetch_script: - - git fetch origin - - git fetch origin master # To set FETCH_HEAD + - git fetch origin + - git fetch origin master # To set FETCH_HEAD setup_script: - bin/flutter config --no-analytics - bin/flutter update-packages