Skip to content

Commit 75be797

Browse files
committed
[report_results] Skip creating the results dir
The permissions are incorrect for accessing it in this way. TODO: make this task options, or guarded by a check that the dir exists, or even remove the task completely.
1 parent 4759636 commit 75be797

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ci/report_result.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
- name: "Create the output directory"
3-
hosts:
4-
- controller
5-
vars_files:
6-
- vars/common.yml
7-
tasks:
8-
- name: Create log dir
9-
ansible.builtin.file:
10-
path: "{{ logs_dir }}"
11-
state: directory
12-
mode: "0755"
2+
#- name: "Create the output directory"
3+
# hosts:
4+
# - controller
5+
# vars_files:
6+
# - vars/common.yml
7+
# tasks:
8+
# - name: Create log dir
9+
# ansible.builtin.file:
10+
# path: "{{ logs_dir }}"
11+
# state: directory
12+
# mode: "0755"
1313

1414
- name: Check the XML file for failed tasks
1515
hosts: controller

0 commit comments

Comments
 (0)