Przeglądaj źródła

[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 lat temu
rodzic
commit
c145966762
1 zmienionych plików z 0 dodań i 1 usunięć
  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-environment "$TFB_ENVIRONMENT" \
   --results-upload-uri "$TFB_UPLOAD_URI" \
-  --benchmark-env "$TFB_ENVIRONMENT" \
   --quiet
 
 echo "zipping the results"