summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-08 16:34:07 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-08 16:34:07 +0000
commitcaedfc13b29c2bc7d68e69124f0f50575734fe93 (patch)
treeaff1c79a86eae39ff866111157b9d2bfa4d2fbeb
parent00baa7f541b5b096d9913ed1df7dfd0d2689d74e (diff)
build-linux.sh: Export LAVA/ARTIFACTORIAL variables
Change-Id: I67e91ea3b129594f95dc50bd5e415b6c28fbc85b
-rwxr-xr-xbuild-linux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-linux.sh b/build-linux.sh
index bd39fa5..9984080 100755
--- a/build-linux.sh
+++ b/build-linux.sh
@@ -93,6 +93,7 @@ jobs=
if $boot ; then
# To get LAVA_XXX variables
. ${mydir}/.env
+ export LAVA_TOKEN LAVA_URI ARTIFACTORIAL_URI ARTIFACTORIAL_DIR ARTIFACTORIAL_TOKEN
sudo apt-get update
sudo apt-get install -y --no-install-recommends python3-requests python3-yaml python3-jinja2