mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix a bug in docker_push.sh, and indent in .cirrus.yml (#20308)
This commit is contained in:
parent
f310aca08b
commit
68e030052e
@ -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 @@
|
|||||||
|
|
||||||
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user