diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-09 17:59:53 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-09 18:12:46 +0200 |
commit | 008be0a29cbc2697585bc5a867a19123eba688c8 (patch) | |
tree | 03b98192ef971ad1634d8b2faea76f445f4d2ee2 /Makefile | |
parent | 146d348fcf233c8f6500495bc77dcf4d3dbfc59a (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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ # - Fuel@OPNFV is made aware of an Armband type build by passing # the "ARMBAND_BASE" env var; +SHELL = /bin/sh + export ARMBAND_BASE := $(shell pwd) export OPNFV_GIT_SHA := $(shell git rev-parse HEAD) export REVSTATE |