From cbef474a38319a79b4b0f8c578e92f755202b458 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Thu, 20 Sep 2018 10:20:48 +0200 Subject: [PATCH] Add missing PS1 var Change-Id: I0d6b8525cc12bb71852a8aeeb67cbc37d0456bcb Signed-off-by: Yolanda Robla --- jjb/openci/create-cde.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/openci/create-cde.sh b/jjb/openci/create-cde.sh index 12ede6310..37d245213 100755 --- a/jjb/openci/create-cde.sh +++ b/jjb/openci/create-cde.sh @@ -11,6 +11,8 @@ set -o errexit set -o nounset set -o pipefail +export PS1=${PS1:-} + # This script creates CompositionDefinedEvent git clone https://gitlab.openci.io/openci/prototypes.git -- 2.16.6