Fix missing parameters definition
This commit is contained in:
parent
48862ef783
commit
05a7653eb0
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,10 @@ jobs:
|
||||||
parameters:
|
parameters:
|
||||||
executor:
|
executor:
|
||||||
type: string
|
type: string
|
||||||
default: "default"
|
default: "v11-node11"
|
||||||
|
target:
|
||||||
|
type: string
|
||||||
|
default: "v11"
|
||||||
executor: <<parameters.executor>>
|
executor: <<parameters.executor>>
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
|
Loading…
Reference in a new issue