mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix decision task command
This commit is contained in:
parent
6895ec82b4
commit
c7fe3dfd48
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ tasks:
|
|||
- '--login'
|
||||
- '-c'
|
||||
- >-
|
||||
git clone $DECISION_TASK_CLONE_URL repo &&
|
||||
git clone ${event.repository.clone_url} repo &&
|
||||
cd repo &&
|
||||
git checkout $DECISION_TASK_COMMIT_SHA &&
|
||||
git checkout ${event.after} &&
|
||||
python2.7 -m pip install taskcluster &&
|
||||
python2.7 decision-task.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue