fix function args
This commit is contained in:
parent
e8eea1e646
commit
1b1f759c69
1 changed files with 3 additions and 3 deletions
6
build.py
6
build.py
|
@ -235,7 +235,7 @@ def release(project):
|
|||
def linttest(project, release_type):
|
||||
build = get_devops_build(project)
|
||||
build.update_release_type(release_type)
|
||||
test_clj(project)
|
||||
test_cljs(project)
|
||||
test_schema(project)
|
||||
test_clj()
|
||||
test_cljs()
|
||||
test_schema()
|
||||
lint(project)
|
||||
|
|
Loading…
Reference in a new issue