From 3a9bff76f1c3ff4a800aa0aa2fff2a0f20670d17 Mon Sep 17 00:00:00 2001 From: Toki Date: Mon, 30 Dec 2024 21:27:20 +0900 Subject: [PATCH] test --- lib/oto/core/data_composer.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/oto/core/data_composer.dart b/lib/oto/core/data_composer.dart index c4f649c..a37a9fe 100644 --- a/lib/oto/core/data_composer.dart +++ b/lib/oto/core/data_composer.dart @@ -54,9 +54,9 @@ class DataComposerJenkins extends DataComposer { var shell = 'echo -e \$BuildData'; await Process.run(shell, []).then((processResult) { var file = - File('/home/toki/jenkins/workspace/oto_linux/build_data.yaml'); - file.createSync(recursive: true); - file.writeAsStringSync(processResult.stdout); + File('/home/toki/jenkins/workspace/oto_cli_linux/build_data.yaml'); + file.createSync(); + file.writeAsStringSync(processResult.stdout, flush: true); }); } else if (Platform.isWindows) { await Process.run('cmd', [