diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-20 08:23:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-20 08:23:25 +0000 |
commit | 4cd5733f55a46acd1025589a7e904fb4c89fad7a (patch) | |
tree | a19ac0fc824a6eb57c2dacec6e2e4263a116c3e3 | |
parent | 3acad6212235cc9409713e838e6833c65c19fd2a (diff) | |
parent | cbef474a38319a79b4b0f8c578e92f755202b458 (diff) |
Merge "Add missing PS1 var"
-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 |