aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-04-20 19:43:19 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-04-20 19:43:19 +0300
commit5d54f9d2f5bc4053e58dc58941ccd2e3d580318d (patch)
tree0de2e1441e9cdf545a5369959209d641e898627d /node
parent31845cd57f3664bcfd042aebfd43e10fba1c6807 (diff)
Use prepared build-config file for LAVA submission.
Diffstat (limited to 'node')
-rwxr-xr-xnode/lava-submit3
1 files changed, 1 insertions, 2 deletions
diff --git a/node/lava-submit b/node/lava-submit
index 4714d92..992faf5 100755
--- a/node/lava-submit
+++ b/node/lava-submit
@@ -15,9 +15,8 @@ BUILD_SCRIPT_ROOT=$(readlink -f "$(dirname "${0}")/../build-scripts")
cd build
sudo -E -H -u jenkins-build bash -xes "${BUILD_SCRIPT_ROOT}" "$@" <<\EOF
export BUILD_SCRIPT_ROOT="${1}"
-export CONFIGURATION="$(echo "${2}" | base64 -id)"
set -a
-eval "$CONFIGURATION"
+source /var/run/build-tools/build-config
set +a
if [ -z "$LAVA_SUBMIT" -o "$LAVA_SUBMIT" = "0" ]; then