Skip to content

Commit ca48bc1

Browse files
committed
Fix main.xml scalastyle got replaced by partest-bootstrapped
1 parent 7fe2cee commit ca48bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/jobs/lampepfl/validate/main.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
parallel (
1414
{ build(params, "#{job("validate/partest")}") },
1515
{ build(params, "#{job("validate/junit")}") },
16-
{ build(params, "#{job("validate/scalastyle")}") }
16+
{ build(params, "#{job("validate/partest-bootstrapped")}") }
1717
)
1818
1919
EOX

0 commit comments

Comments
 (0)