summaryrefslogtreecommitdiffstats
path: root/jjb/armband
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-05-11 11:36:45 +0200
committerJosep Puigdemont <josep.puigdemont@enea.com>2016-05-11 11:36:45 +0200
commit11b69de0f6c8228167b9dcb26492de4c93b5fddc (patch)
tree300d8e6e7a5f0b7b1e349712e3e94a1a782d6a17 /jjb/armband
parentaccf6fb545a8c406cc5cb3f6c6f502d7419fb7b9 (diff)
armband-deploy.sh: temporarily export missing environment variables
Change-Id: I76b0aadb735eefc13bfe9364b7426d0a28aa9b96 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Diffstat (limited to 'jjb/armband')
-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