mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
YAML aliases
This commit is contained in:
parent
eb1c798a98
commit
42bb1d756b
1 changed files with 4 additions and 4 deletions
|
@ -16,8 +16,8 @@ tasks:
|
|||
metadata:
|
||||
name: "Taskcluster experiments for Servo: decision task"
|
||||
description: ""
|
||||
owner: ${event.pusher.name}@users.noreply.github.com
|
||||
source: ${event.compare}
|
||||
owner: &task_owner ${event.pusher.name}@users.noreply.github.com
|
||||
source: &task_source ${event.compare}
|
||||
scopes:
|
||||
- "queue:scheduler-id:taskcluster-github"
|
||||
|
||||
|
@ -37,8 +37,8 @@ tasks:
|
|||
GIT_URL: ${event.repository.clone_url}
|
||||
GIT_REF: ${event.ref}
|
||||
GIT_SHA: ${event.after}
|
||||
TASK_OWNER: ${event.pusher.name}@users.noreply.github.com
|
||||
TASK_SOURCE: ${event.compare}
|
||||
TASK_OWNER: *task_owner
|
||||
TASK_SOURCE: *task_source
|
||||
command:
|
||||
- /bin/bash
|
||||
- '--login'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue