Skip to content

Commit

Permalink
Fix a bug in docker_push.sh, and indent in .cirrus.yml (flutter#20308)
Browse files Browse the repository at this point in the history
  • Loading branch information
gspencergoog authored Aug 8, 2018
1 parent f310aca commit 68e0300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev/ci/docker_linux/docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 68e0300

Please sign in to comment.