ci: fix config after circleci config change
Looks like an empty argument is now the same as no argument. And circleci complains about argument missing. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
00b3685bb4
commit
357b7df6ab
|
@ -10,7 +10,7 @@ commands:
|
||||||
parameters:
|
parameters:
|
||||||
build-config:
|
build-config:
|
||||||
type: string
|
type: string
|
||||||
default:
|
default: ""
|
||||||
cc:
|
cc:
|
||||||
type: string
|
type: string
|
||||||
default: cc
|
default: cc
|
||||||
|
@ -89,7 +89,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- build:
|
- build:
|
||||||
cc: clang
|
cc: clang
|
||||||
build-config:
|
|
||||||
clang_minimal:
|
clang_minimal:
|
||||||
executor: e
|
executor: e
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue