diff options
author | Cesar Francisco San Nicolas Martinez <csannico@redhat.com> | 2024-02-28 14:56:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 14:56:49 +0100 |
commit | a5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1 (patch) | |
tree | 8eb17d07e6cbc2f8026e8ad57f3aaf335b86455a /.github/workflows | |
parent | Added missing AWS secret management lookup creds. (diff) | |
download | awx-a5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1.tar.xz awx-a5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1.zip |
Removing Podman to use Docker again in the collection ci (#14938)
Removing Podman var to use Docker again in the collection ci
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afdbd69eb6..ca5dbe0143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,10 +127,6 @@ jobs: - name: Run sanity tests run: make test_collection_sanity - env: - # needed due to cgroupsv2. This is fixed, but a stable release - # with the fix has not been made yet. - ANSIBLE_TEST_PREFER_PODMAN: 1 collection-integration: name: awx_collection integration |