Name the docker_builer shard (#46103)
This commit is contained in:
parent
99684ce159
commit
6d848ebf37
@ -1,4 +1,5 @@
|
|||||||
# CIRRUS CONFIGURATION FILE
|
# CIRRUS CONFIGURATION FILE
|
||||||
|
# https://cirrus-ci.org/guide/writing-tasks/
|
||||||
|
|
||||||
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
|
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
|
||||||
|
|
||||||
@ -578,9 +579,10 @@ task:
|
|||||||
|
|
||||||
docker_builder:
|
docker_builder:
|
||||||
# Only build a new docker image when we tag a release (for dev, beta, or
|
# Only build a new docker image when we tag a release (for dev, beta, or
|
||||||
# release.) Note: tagging a commit and pushing to a release branch are
|
# stable). Note: tagging a commit and pushing to a release branch are
|
||||||
# different cirrus triggers. See a tag CI run at e.g.
|
# different cirrus triggers. See a tag CI run at e.g.
|
||||||
# https://cirrus-ci.com/github/flutter/flutter/v1.2.3
|
# https://cirrus-ci.com/github/flutter/flutter/v1.2.3
|
||||||
|
name: docker_build
|
||||||
only_if: $CIRRUS_TAG != ''
|
only_if: $CIRRUS_TAG != ''
|
||||||
environment:
|
environment:
|
||||||
GCLOUD_CREDENTIALS: ENCRYPTED[f7c098d4dd7f5ee1bfee0bb7e944cce72efbe10e97ad6440ae72de4de6a1c24d23f421a2619c668e94377fb64b0bb3e6]
|
GCLOUD_CREDENTIALS: ENCRYPTED[f7c098d4dd7f5ee1bfee0bb7e944cce72efbe10e97ad6440ae72de4de6a1c24d23f421a2619c668e94377fb64b0bb3e6]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user