mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
fsck you forgejo
This commit is contained in:
parent
17154f4115
commit
dc9462f7fc
|
|
@ -17,9 +17,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: codeberg-medium
|
||||||
container:
|
|
||||||
image: ubuntu:22.04
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
@ -62,9 +60,7 @@ jobs:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: docker
|
runs-on: codeberg-small
|
||||||
container:
|
|
||||||
image: ubuntu:22.04
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: https://code.forgejo.org/actions/download-artifact@v3
|
uses: https://code.forgejo.org/actions/download-artifact@v3
|
||||||
|
|
@ -127,9 +123,7 @@ jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
needs: [build, release]
|
needs: [build, release]
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: docker
|
runs-on: codeberg-tiny
|
||||||
container:
|
|
||||||
image: ubuntu:22.04
|
|
||||||
steps:
|
steps:
|
||||||
- name: Delete build artifacts
|
- name: Delete build artifacts
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue