Skip to content

Commit

Permalink
fix for real (TechEmpower#9103)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBrady23 authored Jun 7, 2024
1 parent 24acdc5 commit cea2384
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions toolset/continuous/tfb-shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,4 @@ ssh techempower@$TFB_DATABASE_HOST "$(typeset -f docker_clean); docker_clean"
echo "running docker_clean on client host"
ssh techempower@$TFB_CLIENT_HOST "$(typeset -f docker_clean); docker_clean"

if [ -z "$TFB_RUN_ORDER" ]; then
export TFB_RUN_ORDER="reverse"
else
unset TFB_RUN_ORDER
fi

echo "done with tfb-shutdown script"
6 changes: 6 additions & 0 deletions toolset/continuous/tfb-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ git clone \
echo "moving to tfb directory"
cd $TFB_REPOPARENT/$TFB_REPONAME

if [ -z "$TFB_RUN_ORDER" ]; then
export TFB_RUN_ORDER="reverse"
else
unset TFB_RUN_ORDER
fi

echo "building tfb docker image"
docker build -t techempower/tfb \
--build-arg USER_ID=$(id -u) \
Expand Down

0 comments on commit cea2384

Please sign in to comment.