diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-13 09:15:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-13 09:15:44 +0000 |
commit | f78cdfd4f841fefc0a5c51cff094cddcf1ca6b6f (patch) | |
tree | 3fc3f4dca7006ae0b1fa53a89557fadd0d279bb0 /ci/deploy.sh | |
parent | bdc49b80cb4f592ac7f0a1affd912be8329cd379 (diff) | |
parent | 56a142c05905e943d5b19af1eeedc66d06c16477 (diff) |
Merge "ci/{build,deploy}.sh: Move `export TERM` to releng"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |