mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
Build some Rust code
This commit is contained in:
parent
b19d28b997
commit
d537bac018
8 changed files with 33 additions and 2 deletions
|
@ -30,7 +30,7 @@ payload = {
|
|||
git clone %(DECISION_TASK_CLONE_URL)s repo &&
|
||||
cd repo &&
|
||||
git checkout %(DECISION_TASK_COMMIT_SHA)s &&
|
||||
python2.7 child-task.py
|
||||
./child-task.sh
|
||||
""" % os.environ,
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue