'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 12s

This commit is contained in:
Your Name
2025-06-01 14:40:30 +12:00
parent b05f1d1ac9
commit 4654894246
55 changed files with 0 additions and 12986 deletions

View File

@ -1,30 +0,0 @@
name: dropshell-build
run-name: Build test and publish dropshell-build
on: [push]
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea
uses: docker/login-action@v3
with:
registry: gitea.jde.nz
username: DoesntMatter
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Build
run: |
./dropshell-build/build.sh
- name: Test
run: |
./dropshell-build/test.sh
- name: Publish
run: |
SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} ./dropshell-build/publish.sh