diff options
author | 2018-09-20 10:20:48 +0200 | |
---|---|---|
committer | 2018-09-20 10:20:56 +0200 | |
commit | cbef474a38319a79b4b0f8c578e92f755202b458 (patch) | |
tree | c271ab0549bb018e1c4b2383777a72a704485fd7 /jjb/openci | |
parent | 5e377b0e12e10b3575d0f50c3864f9501ac2026e (diff) |
Add missing PS1 var
Change-Id: I0d6b8525cc12bb71852a8aeeb67cbc37d0456bcb
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'jjb/openci')
-rwxr-xr-x | jjb/openci/create-cde.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |