浏览代码

[CI] haxe-output: do not put date in the branch name since ":" is not valid for that

Andy Li 9 年之前
父节点
当前提交
83a77e0f08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -617,7 +617,7 @@ class RunCi {
 
 		var haxe_output = Path.join([repoDir, "haxe-output"]);
 		var gitInfo = gitInfo;
-		var haxe_output_branch = gitInfo.date + "_" + gitInfo.commit;
+		var haxe_output_branch = gitInfo.commit;
 
 		function save() {
 			// prepare haxe-output repo