From 81921e350ffb14a19443dcad4ba85861a758bd5c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 17 Mar 2020 18:35:01 +0100 Subject: Remove debug data in CIRV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will create archives conformed with RC Cookbook. Change-Id: I6238ced872982484f239e78ee39f5b6a12ff8a1e Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 8 ++++---- 1 file 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: -- cgit 1.2.3-korg