There was an error while loading. Please reload this page.
1 parent 8c718c1 commit 50f890cCopy full SHA for 50f890c
1 file changed
.circleci/config.yml
@@ -102,7 +102,7 @@ jobs:
102
args+=("--cluster" "--port=8539" "--port=8549")
103
fi
104
105
- if [ << parameters.arangodb_license >> != "enterprise" ]; then
+ if [ << parameters.arangodb_license >> != "enterprise" ] && [ << parameters.arangodb_license >> != "enterprise-preview" ]; then
106
args+=("--skip" "enterprise")
107
108
0 commit comments