From 56a142c05905e943d5b19af1eeedc66d06c16477 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 10 Oct 2016 20:25:07 +0200 Subject: ci/{build,deploy}.sh: Move `export TERM` to releng TERM is now only set for CI runs, not when calling CI scripts by hand, outside Jenkins CI. Releng: 'fuel, armband: build, deploy: export TERM="vt220"' [1] [1] https://gerrit.opnfv.org/gerrit/#/c/22933/ Change-Id: I756505c6c395a2cbf7902b49db689abb956fbf5d --- ci/build.sh | 2 -- ci/deploy.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 6809589b..0b46a7d7 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -7,8 +7,6 @@ set -e -export TERM="vt220" - SCRIPT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})) BUILD_BASE=$(readlink -e ${SCRIPT_DIR}/../upstream/fuel/build) diff --git a/ci/deploy.sh b/ci/deploy.sh index dbaf203b..179b168f 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -9,8 +9,6 @@ # set -e -export TERM="vt220" - cd $WORKSPACE make patches-import -- cgit 1.2.3-korg