From 008be0a29cbc2697585bc5a867a19123eba688c8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 9 Oct 2016 17:59:53 +0200 Subject: ci/{build,deploy}.sh: Use /bin/sh, vt220 This should fix Jenkins build log warns like: , and also NOT print color chars. Fixes: ARMBAND-136 Change-Id: If65f6bf3df5323374aefba56d0c9b7ca4f91e5ca Signed-off-by: Alexandru Avadanii --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8300711d..b563440d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit 1.2.3-korg