aboutsummaryrefslogtreecommitdiff
path: root/fedora-iot
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-08-09 09:56:57 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2019-08-09 09:56:57 +0300
commitf9a2b9a47234dfe4dbe68412ff00b3cce6459bbe (patch)
tree7d0e0fb8eacd0184a130fae69fe5528e2da4c961 /fedora-iot
parent15958736bf9647fb8ed425427a07a5466af808a3 (diff)
fedora-iot: remove transfer variable with external file
do small merge clean up and disable transfer variables with external file. Hopfully sudo -E will pass variables correctly. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: Iec4d3e4f3058611cf8f9bd2a7ef8380c2a5e94a5
Diffstat (limited to 'fedora-iot')
-rwxr-xr-xfedora-iot/builders.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/fedora-iot/builders.sh b/fedora-iot/builders.sh
index 75b8e656..d6b6e86a 100755
--- a/fedora-iot/builders.sh
+++ b/fedora-iot/builders.sh
@@ -39,15 +39,10 @@ if [ -z "${WORKSPACE}" ]; then
export WORKSPACE=${PWD}
fi
-echo ${IMG}
-pwd
-source ./build.env
-echo ${IMG}
+echo "Testing IMG: ${IMG}"
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
cd configs/fedora-iot/
-pwd
-ls
sudo -E ./build_fiot.sh
DEPLOY_DIR_IMAGE=`pwd`/deploy