summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-09 17:59:53 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-09 18:12:46 +0200
commit008be0a29cbc2697585bc5a867a19123eba688c8 (patch)
tree03b98192ef971ad1634d8b2faea76f445f4d2ee2 /ci/deploy.sh
parent146d348fcf233c8f6500495bc77dcf4d3dbfc59a (diff)
ci/{build,deploy}.sh: Use /bin/sh, vt220
This should fix Jenkins build log warns like: <tput: unknown terminal "unknown">, and also NOT print color chars. Fixes: ARMBAND-136 Change-Id: If65f6bf3df5323374aefba56d0c9b7ca4f91e5ca Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 179b168f..dbaf203b 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -9,6 +9,8 @@
#
set -e
+export TERM="vt220"
+
cd $WORKSPACE
make patches-import