We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ab66c commit 806dc6dCopy full SHA for 806dc6d
.github/workflows/jobs.yml
@@ -131,19 +131,6 @@ jobs:
131
make all
132
make test
133
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
147
docker_fedora:
148
runs-on: ubuntu-latest
149
steps:
0 commit comments