Skip to content

Commit 3bd2369

Browse files
committed
Debugging why we're not checking out the tests on the runner.
1 parent f429000 commit 3bd2369

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,16 @@
9090
label: "{{ item.path }}"
9191

9292
# MORE DEBUG TO REMOVE
93-
- name: get commit of of parent repository
93+
- name: Get status of SCT checkout
94+
ansible.builtin.command:
95+
cmd: git status
96+
chdir: "{{ repo_tmpdir.path }}"
97+
register: git_status
98+
- debug:
99+
msg: "Status: {{git_status.stdout}}"
100+
101+
# MORE DEBUG TO REMOVE
102+
- name: Get log of SCT checkout
94103
ansible.builtin.command:
95104
cmd: git log
96105
chdir: "{{ repo_tmpdir.path }}"

0 commit comments

Comments
 (0)