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-03-27 21:11:27 +00:00
parent 00b3685bb4
commit 357b7df6ab
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 1 additions and 2 deletions

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: