Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Apr 15, 2021
1 parent 818b021 commit ca5b80e
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: remove-graduated-overrides2
name: remove-graduated-overrides3

on:
schedule:
#- cron: '0 */6 * * *'
- cron: '*/5 * * * *'
- cron: '*/15 * * * *'

strategy:
matrix:
branch:
- testing-devel
#- next-devel

jobs:
remove-graduated-overrides2:
name: Remove graduated overrides 2
remove-graduated-overrides3:
name: Remove graduated overrides 3
runs-on: ubuntu-latest
# really, we just need dnf, but this automatically keeps us in sync with
# testing-devel's $releasever
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
strategy:
matrix:
branch:
- testing-devel
#- next-devel
steps:
- run: dnf install -y rpm-ostree # XXX
- name: Checkout
Expand Down

0 comments on commit ca5b80e

Please sign in to comment.