mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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:
|
metadata:
|
||||||
name: "Taskcluster experiments for Servo"
|
name: "Taskcluster experiments for Servo"
|
||||||
description: "Initial task"
|
description: "Initial task"
|
||||||
owner: ${event.pull_request.user.login}@users.noreply.github.com
|
owner: ${event.push.pusher.email}
|
||||||
source: ${event.compare}
|
source: ${event.compare}
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
|
@ -30,7 +30,7 @@ tasks:
|
||||||
- '--login'
|
- '--login'
|
||||||
- '-c'
|
- '-c'
|
||||||
- >-
|
- >-
|
||||||
git clone ${event.pull_request.head.repo.clone_url} repo &&
|
git clone ${event.push.repository.clone_url} repo &&
|
||||||
cd repo &&
|
cd repo &&
|
||||||
git checkout ${event.push.after} &&
|
git checkout ${event.push.after} &&
|
||||||
echo "Hello World!" &&
|
echo "Hello World!" &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue