mirror of
https://github.com/servo/servo.git
synced 2025-07-01 12:33:40 +01:00
Shorten those task names
This commit is contained in:
parent
6ced45fd61
commit
33a3ad2fd2
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class DecisionTask:
|
|||
route_key=digest,
|
||||
route_expiry=self.docker_image_cache_expiry,
|
||||
|
||||
task_name="Docker image build task for image: " + image_name(dockerfile),
|
||||
task_name="Docker image: " + image_name(dockerfile),
|
||||
script="""
|
||||
echo "$DOCKERFILE" | docker build -t taskcluster-built -
|
||||
docker save taskcluster-built | lz4 > /%s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue