summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-05-11 11:21:11 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-11 11:21:12 +0000
commit1f713fa10a11d45db6444022f8872d3522e419da (patch)
treea129fde52401675a6ef4a4da8ed2180e50ed3663 /jjb
parent03257b19a87b9ec0fd5602e239a5123b41117594 (diff)
parent11b69de0f6c8228167b9dcb26492de4c93b5fddc (diff)
Merge "armband-deploy.sh: temporarily export missing environment variables"
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/armband/armband-deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/armband/armband-deploy.sh b/jjb/armband/armband-deploy.sh
index d6a78e2d6..97430c114 100755
--- a/jjb/armband/armband-deploy.sh
+++ b/jjb/armband/armband-deploy.sh
@@ -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