浏览代码

[ci skip] Remove --benchmark-env argument from the continuous scripts (#4548)

This option was removed from the tfb toolset, so including it is an error.
Michael Hixson 6 年之前
父节点
当前提交
c145966762
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      toolset/continuous/tfb-startup.sh

+ 0 - 1
toolset/continuous/tfb-startup.sh

@@ -35,7 +35,6 @@ docker run \
   --results-name "$TFB_RUN_NAME" \
   --results-name "$TFB_RUN_NAME" \
   --results-environment "$TFB_ENVIRONMENT" \
   --results-environment "$TFB_ENVIRONMENT" \
   --results-upload-uri "$TFB_UPLOAD_URI" \
   --results-upload-uri "$TFB_UPLOAD_URI" \
-  --benchmark-env "$TFB_ENVIRONMENT" \
   --quiet
   --quiet
 
 
 echo "zipping the results"
 echo "zipping the results"