[skip-ci] Remove project parameters

This commit is contained in:
bom 2024-03-22 14:04:25 +01:00
parent 70d41ca532
commit 1fb309f213

View file

@ -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)