Skip to content

Commit 4f7bafb

Browse files
committed
Fixing job parameters
1 parent 039579b commit 4f7bafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fi
8888
8989
if [ << parameters.arangodb_license >> != "enterprise" ]; then
90-
args+=("--skip enterprise")
90+
args+=("--skip" "enterprise")
9191
fi
9292
9393
echo "Running pytest with args: ${args[@]}"

0 commit comments

Comments
 (0)