mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
event.push, not event.pull_request
This commit is contained in:
parent
73d9baf9fa
commit
5ea2241bf2
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ tasks:
|
|||
metadata:
|
||||
name: "Taskcluster experiments for Servo"
|
||||
description: "Initial task"
|
||||
owner: ${event.pull_request.user.login}@users.noreply.github.com
|
||||
owner: ${event.push.pusher.email}
|
||||
source: ${event.compare}
|
||||
|
||||
routes:
|
||||
|
@ -30,7 +30,7 @@ tasks:
|
|||
- '--login'
|
||||
- '-c'
|
||||
- >-
|
||||
git clone ${event.pull_request.head.repo.clone_url} repo &&
|
||||
git clone ${event.push.repository.clone_url} repo &&
|
||||
cd repo &&
|
||||
git checkout ${event.push.after} &&
|
||||
echo "Hello World!" &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue