Skip to content

Commit d33d52e

Browse files
committed
ci: ansible cert checker 3rd try [citest_skip]
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 156b0a9 commit d33d52e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ansible-cert-check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
run: |
6363
set -euxo pipefail
6464
TOXENV=collection lsr_ci_runtox
65-
pwd
66-
ls -alrtF .
67-
ls -la .tox/ansible_collections/fedora/linux_system_roles
6865
call:
6966
if: |
7067
!((github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[citest_skip]')) ||
@@ -79,4 +76,4 @@ jobs:
7976
# ansible-core-version: '2.17.0'
8077
# python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
8178
with:
82-
collection-root: .tox/ansible_collections/fedora/linux_system_roles
79+
collection-root: /home/runner/work/firewall/firewall/.tox/ansible_collections/fedora/linux_system_roles

0 commit comments

Comments
 (0)