diff options
Diffstat (limited to 'jjb')
-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 |