File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ parameters:
42
42
default : " source"
43
43
description : " The directory where the clone of the source repo has been cloned."
44
44
manual_approval_granted :
45
- type : boolean
46
- default : false
45
+ type : string
46
+ default : " "
47
47
description : " This job will run code from forked repos. It should always be reviewed before this job is run."
48
48
steps :
49
49
- validate_param :
50
- param_name : " manual_approval_granted"
51
- param_value : true
50
+ param_name : ' manual_approval_granted'
51
+ param_value : " <<parameters.manual_approval_granted>> "
52
52
- validate_params :
53
53
git_email : <<parameters.git_email>>
54
54
git_username : <<parameters.git_username>>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ValidateParam() {
5
5
echo " Error: Missing parameter"
6
6
exit 1
7
7
fi
8
- echo " Param is set correctly "
8
+ echo " Param is set"
9
9
}
10
10
11
11
ORB_TEST_ENV=" bats-core"
You can’t perform that action at this time.
0 commit comments