فهرست منبع

[TravisCI] haxe-output: record the removals of files

Andy Li 9 سال پیش
والد
کامیت
b7c1a5d2e8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -850,7 +850,7 @@ class RunCi {
 				runCommand("cp", ["-rf", orig, dest]);
 			}
 			changeDirectory(haxe_output);
-			runCommand("git", ["add", haxe_output]);
+			runCommand("git", ["add", "--all", haxe_output]);
 			var commitMsg = [
 				'-m', '${Sys.getEnv("TRAVIS_JOB_NUMBER")} ${TEST} https://github.com/HaxeFoundation/haxe/commit/${gitInfo.commit}',
 				'-m', 'https://travis-ci.org/HaxeFoundation/haxe/jobs/${Sys.getEnv("TRAVIS_JOB_ID")}',