|
@@ -20,10 +20,12 @@ git clone \
|
|
echo "moving to tfb directory"
|
|
echo "moving to tfb directory"
|
|
cd $TFB_REPOPARENT/$TFB_REPONAME
|
|
cd $TFB_REPOPARENT/$TFB_REPONAME
|
|
|
|
|
|
-if [ -z "$TFB_RUN_ORDER" ]; then
|
|
|
|
|
|
+if [ -e "${TFB_REPOPARENT}/tfb-reverse-order" ]; then
|
|
export TFB_RUN_ORDER="reverse"
|
|
export TFB_RUN_ORDER="reverse"
|
|
|
|
+ sudo rm -rf "${TFB_REPOPARENT}/tfb-reverse-order"
|
|
else
|
|
else
|
|
unset TFB_RUN_ORDER
|
|
unset TFB_RUN_ORDER
|
|
|
|
+ touch "${TFB_REPOPARENT}/tfb-reverse-order"
|
|
fi
|
|
fi
|
|
|
|
|
|
echo "building tfb docker image"
|
|
echo "building tfb docker image"
|