diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-10 20:25:07 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-10 20:27:35 +0200 |
commit | 56a142c05905e943d5b19af1eeedc66d06c16477 (patch) | |
tree | 54e635038557aa6c9cfcc4caa0b442cb899bf763 /ci | |
parent | 52b5ed39204e05b14c7b5a2658d86c2f2e741d23 (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')
-rwxr-xr-x | ci/build.sh | 2 | ||||
-rwxr-xr-x | ci/deploy.sh | 2 |
2 files changed, 0 insertions, 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 |