File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- description : " Test the documentation without pushing changes. "
1
+ description : " Test the documentation"
2
2
executor : node/default
3
3
parameters :
4
4
project_name :
@@ -41,14 +41,16 @@ parameters:
41
41
type : string
42
42
default : " source"
43
43
description : " The directory where the clone of the source repo has been cloned."
44
- manual_approval_granted :
44
+ confirm_manual_approval_in_place :
45
45
type : string
46
46
default : " "
47
- description : " This job will run code from forked repos. It should always be reviewed before this job is run."
47
+ description : >
48
+ This job will run code from forked repos. Code should always be manually reviewed before this job is run. Pass
49
+ 'yes' to this parameter to confirm that you've set up an approval step."
48
50
steps :
49
51
- validate_param :
50
- param_name : ' manual_approval_granted '
51
- param_value : " <<parameters.manual_approval_granted >>"
52
+ param_name : ' confirm_manual_approval_in_place '
53
+ param_value : " <<parameters.confirm_manual_approval_in_place >>"
52
54
- validate_params :
53
55
git_email : <<parameters.git_email>>
54
56
git_username : <<parameters.git_username>>
You can’t perform that action at this time.
0 commit comments