We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237bc98 commit f0fde57Copy full SHA for f0fde57
orb/jobs/kubernetes_e2e_tests.yml
@@ -28,6 +28,7 @@ parameters:
28
pre_script:
29
description: "Script to run on the local machine before running script on command runner."
30
type: string
31
+ default: ""
32
pre_script_steps:
33
description: "Define and inject a set of custom steps to run in the local machine before scripts are executed on the command runner."
34
type: steps
@@ -38,6 +39,7 @@ parameters:
38
39
post_script:
40
description: "Script to run on the local machine after running script on command runner."
41
42
43
post_script_steps:
44
description: "Define and inject a set of custom steps to run in the local machine after scripts are executed on the command runner."
45
0 commit comments