fix(updater): 1st attempt to convert to drone

This commit is contained in:
matt1432 2023-03-08 14:53:32 -05:00
parent 0e6767ab8a
commit 5e9b4a27fa

View file

@ -1,12 +1,8 @@
kind: pipeline
type: docker
name: Updater
on:
schedule:
- cron: '0 20 * * *'
workflow_dispatch:
jobs:
Update-Apks:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with: