Skip to content

Commit ecc1bc2

Browse files
committed
Update planemo mull to build-and-test since build no longer cleans up itself.
1 parent f201152 commit ecc1bc2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

planemo/options.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,9 +1589,8 @@ def mulled_action_option():
15891589
return planemo_option(
15901590
"--mulled_command",
15911591
type=click.STRING,
1592-
default="build",
1593-
help=("Mulled action to perform for targets - this defaults to 'build'. "
1594-
"Set this to build-and-test to also test the resulting container.")
1592+
default="build-and-test",
1593+
help=("Mulled action to perform for targets - this defaults to 'build-and-test'.")
15951594
)
15961595

15971596

0 commit comments

Comments
 (0)