From: Alexandru Avadanii Date: Mon, 10 Oct 2016 18:25:07 +0000 (+0200) Subject: ci/{build,deploy}.sh: Move `export TERM` to releng X-Git-Tag: danube.1.RC1~91^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F22939%2F1;p=armband.git 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 --- 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