Skip to content

Commit

Permalink
debug tasks-container-update failure
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Dec 9, 2024
1 parent 7886fa4 commit 1df830e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tasks-container-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Pacify git's permission check
run: git config --global --add safe.directory /__w/cockpit-podman/cockpit-podman

- run: dnf install -y tmate curl

- uses: mxschmitt/action-tmate@v3
with:
install-dependencies: false

- name: Run tasks-container-update
run: |
make bots
Expand Down
22 changes: 0 additions & 22 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,6 @@ srpm_build_deps:
- npm

jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-40
- fedora-41
- fedora-latest-aarch64
- fedora-development
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-10

- job: tests
trigger: pull_request
targets:
- fedora-40
- fedora-41
- fedora-latest-aarch64
- fedora-development
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-10

- job: copr_build
trigger: release
owner: "@cockpit"
Expand Down

0 comments on commit 1df830e

Please sign in to comment.