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:
Yuxuan Shui
2019-05-21 20:15:25 +01:00
parent 00b3685bb4
commit 357b7df6ab
+1 -2
View File
@@ -10,7 +10,7 @@ commands:
parameters:
build-config:
type: string
default:
default: ""
cc:
type: string
default: cc
@@ -89,7 +89,6 @@ jobs:
steps:
- build:
cc: clang
build-config:
clang_minimal:
executor: e
steps: