Unverified Commit 68e03005 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Fix a bug in docker_push.sh, and indent in .cirrus.yml (#20308)

parent f310aca0
...@@ -121,8 +121,8 @@ task: ...@@ -121,8 +121,8 @@ task:
osx_instance: osx_instance:
image: high-sierra-xcode-9.4.1 image: high-sierra-xcode-9.4.1
git_fetch_script: git_fetch_script:
- git fetch origin - git fetch origin
- git fetch origin master # To set FETCH_HEAD - git fetch origin master # To set FETCH_HEAD
setup_script: setup_script:
- bin/flutter config --no-analytics - bin/flutter config --no-analytics
- bin/flutter update-packages - bin/flutter update-packages
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
TAG="${CIRRUS_TAG:-latest}" TAG="${CIRRUS_TAG:-latest}"
docker push "gcr.io/flutter-cirrus/build-flutter-image::$TAG" docker push "gcr.io/flutter-cirrus/build-flutter-image:$TAG"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment