mirror of
https://github.com/servo/servo.git
synced 2025-07-08 07:53:40 +01:00
Flatten
This commit is contained in:
parent
c8a10f4827
commit
13d3cbf4be
4 changed files with 1 additions and 9 deletions
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
taskcluster==4.0.1
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
set -x
|
|
||||||
|
|
||||||
cd $(dirname $0)
|
|
||||||
python2 -m pip install -r requirements.txt --target vendored
|
|
Loading…
Add table
Add a link
Reference in a new issue