Merge "armband-deploy.sh: temporarily export missing environment variables"
[releng.git] / jjb / armband / armband-deploy.sh
index d6a78e2..97430c1 100755 (executable)
@@ -72,6 +72,9 @@ echo "Issuing command"
 echo "$DEPLOY_COMMAND"
 echo
 
+# FIXME
+export TARGET_LAB=${LAB_NAME}
+export TARGET_POD=${POD_NAME}
 $DEPLOY_COMMAND
 
 echo