command → script

This reverts commit abb46381510c549e37f615031add0f01eacd0b8c.
This commit is contained in:
Simon Sapin 2018-09-20 16:23:02 +02:00
parent 860c827265
commit 02e2d48b35
2 changed files with 6 additions and 6 deletions

View file

@ -53,7 +53,7 @@ def main():
decision.create_task_with_in_tree_dockerfile(
task_name="Linux x86_64: tidy + dev build + unit tests",
command="""
script="""
#./mach test-tidy --no-progress --all
./mach build --dev
#./mach test-unit