ci/{build,deploy}.sh: Move `export TERM` to releng 39/22939/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 10 Oct 2016 18:25:07 +0000 (20:25 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 10 Oct 2016 18:27:35 +0000 (20:27 +0200)
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
ci/deploy.sh

index 6809589..0b46a7d 100755 (executable)
@@ -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)
 
index dbaf203..179b168 100755 (executable)
@@ -9,8 +9,6 @@
 #
 set -e
 
-export TERM="vt220"
-
 cd $WORKSPACE
 make patches-import