Skip to content

Commit f0fde57

Browse files
author
Andrew Suderman
authored
make pre and post-scripts default to empty strings (#417)
1 parent 237bc98 commit f0fde57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orb/jobs/kubernetes_e2e_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ parameters:
2828
pre_script:
2929
description: "Script to run on the local machine before running script on command runner."
3030
type: string
31+
default: ""
3132
pre_script_steps:
3233
description: "Define and inject a set of custom steps to run in the local machine before scripts are executed on the command runner."
3334
type: steps
@@ -38,6 +39,7 @@ parameters:
3839
post_script:
3940
description: "Script to run on the local machine after running script on command runner."
4041
type: string
42+
default: ""
4143
post_script_steps:
4244
description: "Define and inject a set of custom steps to run in the local machine after scripts are executed on the command runner."
4345
type: steps

0 commit comments

Comments
 (0)