mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Python image
This commit is contained in:
parent
3d12b33e2d
commit
0473ac29d0
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ tasks:
|
||||||
|
|
||||||
payload:
|
payload:
|
||||||
maxRunTime: 600
|
maxRunTime: 600
|
||||||
image: "buildpack-deps:bionic-scm"
|
image: "python:2.7.15-stretch"
|
||||||
features:
|
features:
|
||||||
taskclusterProxy: true
|
taskclusterProxy: true
|
||||||
env:
|
env:
|
||||||
|
@ -36,5 +36,5 @@ tasks:
|
||||||
git clone $DECISION_TASK_CLONE_URL repo &&
|
git clone $DECISION_TASK_CLONE_URL repo &&
|
||||||
cd repo &&
|
cd repo &&
|
||||||
git checkout $DECISION_TASK_COMMIT_SHA &&
|
git checkout $DECISION_TASK_COMMIT_SHA &&
|
||||||
pip install taskcluster &&
|
python2.7 -m pip install taskcluster &&
|
||||||
python2.7 decision-task.py
|
python2.7 decision-task.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue