Python image

This commit is contained in:
Simon Sapin 2018-08-17 20:23:05 +02:00
parent 3d12b33e2d
commit 0473ac29d0

View file

@ -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