Resolved Ci issue 44/3944/1
authorarvindpatel <arvind.patel@huawei.com>
Tue, 1 Dec 2020 06:33:25 +0000 (12:03 +0530)
committerarvindpatel <arvind.patel@huawei.com>
Tue, 1 Dec 2020 06:33:25 +0000 (12:03 +0530)
Signed-off-by: arvindpatel <arvind.patel@huawei.com>
Change-Id: I051ff2b6071971fae42ed82916d51bde47a4734b

blueprints/iotgateway/playbooks/roles/el_hawkbit/tasks/install.yml
blueprints/iotgateway/playbooks/roles/el_hawkbit/tasks/uninstall.yml

index b9d2714..44907e4 100644 (file)
 
 - name: Hawkbit add repo
   command: helm repo add eclipse-iot https://eclipse.org/packages/charts
+  ignore_errors: yes
+  no_log: True
 
 - name: Update helm repo
   command: helm repo update
+  ignore_errors: yes
+  no_log: True
+
 
 - name: Install hackbit
   command: helm install eclipse-hawkbit eclipse-iot/hawkbit
+  ignore_errors: yes
+  no_log: True