diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-17 18:35:01 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-17 18:36:04 +0100 |
commit | 81921e350ffb14a19443dcad4ba85861a758bd5c (patch) | |
tree | 9a0bf19136eb3e505bf85cf921467ee207387cf7 | |
parent | eac9401eae653ecef9749a31b67c28110de73688 (diff) |
Remove debug data in CIRV
It will create archives conformed with RC Cookbook.
Change-Id: I6238ced872982484f239e78ee39f5b6a12ff8a1e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/airship/cntt.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 4403e6507..fc71240bf 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -31,7 +31,7 @@ parameters: - string: name: DEBUG - default: 'true' + default: 'false' - parameter: name: cntt-EXTERNAL_NETWORK @@ -264,7 +264,7 @@ - cntt-build_tag: build_tag: '' - cntt-DEBUG: - DEBUG: 'true' + DEBUG: 'false' - cntt-EXTERNAL_NETWORK: EXTERNAL_NETWORK: public builders: @@ -405,7 +405,7 @@ - cntt-branch: branch: 'master' - cntt-DEBUG: - DEBUG: 'true' + DEBUG: 'false' - cntt-EXTERNAL_NETWORK: EXTERNAL_NETWORK: public properties: @@ -590,7 +590,7 @@ - cntt-build_tag: build_tag: '' - cntt-DEBUG: - DEBUG: 'true' + DEBUG: 'false' - cntt-EXTERNAL_NETWORK: EXTERNAL_NETWORK: public properties: |