Skip to content

Commit fd617f9

Browse files
Revert "debug: podman auth locations"
This reverts commit 564dfef.
1 parent 564dfef commit fd617f9

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

  • ansible/roles/run-test-target/tasks

ansible/roles/run-test-target/tasks/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
stdin: "{{ quay_password }}"
77
when: runtime_command == 'docker' or runtime_command == 'podman'
88

9-
- name: Debug podman auth locations
10-
become: "{{ runtime_as_root }}"
11-
shell: |
12-
echo "XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR"
13-
ls -la /run/containers/0/auth.json \
14-
${XDG_RUNTIME_DIR}/containers/auth.json \
15-
$HOME/.config/containers/auth.json \
16-
$HOME/.docker/config.json 2>&1
17-
when: runtime_command == "podman"
18-
tags: [print_action]
19-
209
# 'success' will be set to false in the Run Integration Tests step
2110
# if any test fails. After the tests run, the Check results step
2211
# will cause a global failure if 'success' is set to false.

0 commit comments

Comments
 (0)