[skip-ci] Remove project parameters
This commit is contained in:
parent
70d41ca532
commit
1fb309f213
1 changed files with 3 additions and 3 deletions
6
build.py
6
build.py
|
@ -227,7 +227,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