Skip to content

Commit 806dc6d

Browse files
committed
Kill podman
1 parent 45ab66c commit 806dc6d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/jobs.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,6 @@ jobs:
131131
make all
132132
make test
133133
make coveralls
134-
podman_redhat:
135-
runs-on: ubuntu-latest
136-
steps:
137-
- name: Run job
138-
run: |
139-
git remote add pr ${{github.event.pull_request.head.repo.full_name}}
140-
git fetch update
141-
git checkout ${{github.event.pull_request.head.ref}}
142-
git branch -a -vvv
143-
git log -1
144-
sudo apt-get update
145-
sudo apt-get install podman # The podman container engine replaced docker as Red Hat recommends.
146-
./scripts/travis_redhat.sh
147134
docker_fedora:
148135
runs-on: ubuntu-latest
149136
steps:

0 commit comments

Comments
 (0)