Build some Rust code

This commit is contained in:
Simon Sapin 2018-08-29 17:56:35 +02:00
parent b19d28b997
commit d537bac018
8 changed files with 33 additions and 2 deletions

View file

@ -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,
],
},