commit | 5302ce044b712e686d9ac31990cf131e26c65cf2 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Fri Jan 18 18:43:44 2019 +0200 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Fri Jan 18 18:43:44 2019 +0200 |
tree | 042d08826d62c49d973c5efcf919748109d291a6 | |
parent | 13e2d154699316929b0742519a99b7b18c111fc6 [diff] [blame] |
REmove flag from config Change-Id: Ib65dd6d09acf1a317149fc60566bc38195fc4434
diff --git a/jobs/pipelines/swarm-create-cfg-config-drive.groovy b/jobs/pipelines/swarm-create-cfg-config-drive.groovy index f6f02bf..cdfdf75 100644 --- a/jobs/pipelines/swarm-create-cfg-config-drive.groovy +++ b/jobs/pipelines/swarm-create-cfg-config-drive.groovy
@@ -240,7 +240,7 @@ stage("Create config-drive"){ // create cfg config-drive // apt package genisoimage is required for this stage - sh "./${config_drive_script_path} ${args}; touch /is_cloud_init_finished" + sh "./${config_drive_script_path} ${args}" } stage("Save artifacts") {