mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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:
|
||||
maxRunTime: 600
|
||||
image: "buildpack-deps:bionic-scm"
|
||||
image: "python:2.7.15-stretch"
|
||||
features:
|
||||
taskclusterProxy: true
|
||||
env:
|
||||
|
@ -36,5 +36,5 @@ tasks:
|
|||
git clone $DECISION_TASK_CLONE_URL repo &&
|
||||
cd repo &&
|
||||
git checkout $DECISION_TASK_COMMIT_SHA &&
|
||||
pip install taskcluster &&
|
||||
python2.7 -m pip install taskcluster &&
|
||||
python2.7 decision-task.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue