Skip to content

Commit

Permalink
Fix reverse order
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBrady23 committed Jun 7, 2024
1 parent 3bb02f6 commit 85e449c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions toolset/continuous/tfb-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 85e449c

Please sign in to comment.