Skip to content

Commit

Permalink
finally drop mono
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed May 17, 2024
1 parent bfb7fbf commit 811f149
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,30 +166,6 @@ jobs:
run: ./build.py image lego/Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mono:
runs-on: ubuntu-22.04
needs: []
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build, Test & Push
run: ./build.py image mono/Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mono-dev:
runs-on: ubuntu-22.04
needs: []
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build, Test & Push
run: ./build.py image mono/dev.Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
nginx:
runs-on: ubuntu-22.04
needs:
Expand Down Expand Up @@ -338,8 +314,7 @@ jobs:
sonarr:
runs-on: ubuntu-22.04
needs:
- mono
- mono-dev
- debian
- node-dev
steps:
- name: Checkout
Expand Down
27 changes: 0 additions & 27 deletions mono/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions mono/dev.Dockerfile

This file was deleted.

0 comments on commit 811f149

Please sign in to comment.