From 96c6feff8eca7e5576f146541186cfaf97436ab2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 11 Aug 2022 22:43:19 +0200 Subject: [PATCH] Revert "Fix CI." This reverts commit ec98df2f49cf4fd073249f97b6b5dff94f86b688. --- .github/workflows/ansible-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index b4183f1..23395cf 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -43,7 +43,6 @@ jobs: pre-test-cmd: |- git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.netcommon.git ../../ansible/netcommon git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ../../ansible/utils - collection-root: '' units: runs-on: ubuntu-latest @@ -72,7 +71,6 @@ jobs: pre-test-cmd: |- git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.netcommon.git ../../ansible/netcommon git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ../../ansible/utils - collection-root: '' integration: runs-on: ubuntu-latest @@ -125,4 +123,3 @@ jobs: git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ../../ansible/utils target-python-version: ${{ matrix.python }} testing-type: integration - collection-root: ''