maint: remove usage of Docker
All checks were successful
Build / build-linux (push) Successful in 28s
All checks were successful
Build / build-linux (push) Successful in 28s
I don't think this was a good idea
This commit is contained in:
parent
0f1ab7fec7
commit
83640b722b
@ -13,14 +13,8 @@ jobs:
|
||||
lfs: false
|
||||
|
||||
- name: Create release
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: ubuntu:noble
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
export TZ=America/Los_Angeles
|
||||
./.gitea/scripts/ci.sh
|
||||
run: |
|
||||
./.gitea/scripts/ci.sh
|
||||
|
||||
- name: Upload release
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user