Prechádzať zdrojové kódy

Fix Reverse order (#9102)

* Add --reverse-order option and switch order after each run on citrine

* Move reverse ordering to startup script since we run shutdown script twice

* Fix reverse order
Nate 1 rok pred
rodič
commit
5156f6efca
1 zmenil súbory, kde vykonal 0 pridanie a 6 odobranie
  1. 0 6
      toolset/continuous/tfb-startup.sh

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

@@ -25,12 +25,6 @@ docker build -t techempower/tfb \
   --build-arg USER_ID=$(id -u) \
   --build-arg GROUP_ID=$(id -g) .
 
-if [ -z "$TFB_RUN_ORDER" ]; then
-  export TFB_RUN_ORDER="reverse"
-else
-  unset TFB_RUN_ORDER
-fi
-
 echo "running tfb docker image"
 docker run \
   -e USER_ID=$(id -u) \