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

This commit is contained in:
Greg Spencer 2018-08-08 09:54:56 -07:00 committed by GitHub
parent f310aca08b
commit 68e030052e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"