aboutsummaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-10 20:25:07 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-10 20:27:35 +0200
commit56a142c05905e943d5b19af1eeedc66d06c16477 (patch)
tree54e635038557aa6c9cfcc4caa0b442cb899bf763 /ci/build.sh
parent52b5ed39204e05b14c7b5a2658d86c2f2e741d23 (diff)
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
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh2
1 files changed, 0 insertions, 2 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)