|
@@ -20,6 +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
|
|
|
|
+ export TFB_RUN_ORDER="reverse"
|
|
|
|
+else
|
|
|
|
+ unset TFB_RUN_ORDER
|
|
|
|
+fi
|
|
|
|
+
|
|
echo "building tfb docker image"
|
|
echo "building tfb docker image"
|
|
docker build -t techempower/tfb \
|
|
docker build -t techempower/tfb \
|
|
--build-arg USER_ID=$(id -u) \
|
|
--build-arg USER_ID=$(id -u) \
|