This commit is contained in:
Simon Sapin 2018-09-11 18:50:28 +02:00
parent c8a10f4827
commit 13d3cbf4be
4 changed files with 1 additions and 9 deletions

View file

@ -44,4 +44,4 @@ tasks:
git clone $GITHUB_EVENT_CLONE_URL repo && git clone $GITHUB_EVENT_CLONE_URL repo &&
cd repo && cd repo &&
git checkout $GITHUB_EVENT_COMMIT_SHA && git checkout $GITHUB_EVENT_COMMIT_SHA &&
python2.7 decision-task/run.py python2.7 decision-task.py

View file

@ -1 +0,0 @@
taskcluster==4.0.1

View file

@ -1,7 +0,0 @@
#!/bin/sh
set -e
set -x
cd $(dirname $0)
python2 -m pip install -r requirements.txt --target vendored