Ignore cluster model encrypt for syntax tests
* Encryption part not really needed infor syntax tests,
and will be perfomed during actual cluster generation
Change-Id: I5a77beb58f8beb643655b2a0edabf7aef7d79f94
Prod-related: PROD-28180 (PROD:28180)
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index ac6b918..e054646 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -232,7 +232,7 @@
sh "git clone --mirror https://github.com/Mirantis/mk-pipelines.git ${pipelineEnv}/mk-pipelines"
sh "git clone --mirror https://github.com/Mirantis/pipeline-library.git ${pipelineEnv}/pipeline-library"
args = [
- "--user-data user_data", , "--model ${modelEnv}",
+ "--user-data user_data", "--model ${modelEnv}",
"--mk-pipelines ${pipelineEnv}/mk-pipelines/", "--pipeline-library ${pipelineEnv}/pipeline-library/"
]
if (context['secrets_encryption_enabled'] == 'True') {