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:
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
......
......@@ -2,5 +2,5 @@
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