Merge branch 'plugin' of https://git.unurled.me/unurled/Raxen into unurled-plugin
This commit is contained in:
commit
d0781c21d2
2 changed files with 5 additions and 17 deletions
|
@ -1,25 +1,11 @@
|
|||
pipeline:
|
||||
restore-cache:
|
||||
image: bash
|
||||
commands:
|
||||
- mkdir -p /tmp/woodpecker/Elixium/Raxen
|
||||
- ls -a /tmp/woodpecker/Elixium/Raxen
|
||||
- ls -a
|
||||
- cp -r /tmp/woodpecker/Elixium/Raxen/* $(pwd)/
|
||||
- ls -a
|
||||
volumes:
|
||||
- /tmp/woodpecker/Elixium/Raxen:/tmp/woodpecker/Elixium/Raxen
|
||||
when:
|
||||
event: push
|
||||
|
||||
build:
|
||||
image: gradle:jdk17
|
||||
commands:
|
||||
- ls -a
|
||||
- chmod +x gradlew
|
||||
- ./gradlew assemble --stacktrace
|
||||
- ls -a
|
||||
when:
|
||||
<<<<<<< HEAD
|
||||
event: push
|
||||
|
||||
rebuild-cache-with-filesystem:
|
||||
|
@ -39,3 +25,6 @@ pipeline:
|
|||
- /tmp/woodpecker/Elixium/Raxen:/tmp/woodpecker/Elixium/Raxen
|
||||
when:
|
||||
event: push
|
||||
=======
|
||||
event: push
|
||||
>>>>>>> ee3b04c18d219c80d017553a4f3d028e8ff505d0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Raxen [![Build Status](https://ci.unurled.me/api/badges/Elixium/Raxen/status.svg)](https://drone.unurled.me/Elixium/Raxen)
|
||||
# Raxen ![Build Status](https://ci.unurled.me/api/badges/Elixium/Raxen/status.svg)
|
||||
|
||||
Project made by unurled.
|
||||
|
||||
|
@ -21,7 +21,6 @@ for more info contact me.
|
|||
@unurled#0149\
|
||||
or create an [issue](https://git.unurled.me/Elixium/Raxen/issues/new)
|
||||
|
||||
|
||||
see [Examples](/Elixium/raxen/docs/examples) for some config examples
|
||||
model/item/item.json [Example](https://github.com/elBukkit/MagicPlugin/wiki/ResourcePack#customizing)
|
||||
custom Items uses custom model data to work => need to update in
|
||||
|
|
Loading…
Reference in a new issue