Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
bf8bc013d9
commit
149ce7d5c6
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
#file: noinspection YAMLSchemaValidation
|
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: gradle
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: DiscordBots/liljudd@master
|
uses: actions/checkout@v2
|
||||||
- name: Clean Caches
|
- name: Clean Caches
|
||||||
run: |
|
run: |
|
||||||
rm -f .gradle/caches/modules-2/modules-2.lock
|
rm -f .gradle/caches/modules-2/modules-2.lock
|
||||||
|
|
Loading…
Reference in a new issue