This commit is contained in:
unurled 2023-06-20 12:43:29 +02:00
parent 459c469329
commit f310df0f64
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F
2 changed files with 2 additions and 36 deletions

View file

@ -1,24 +1,9 @@
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:
event: push
@ -33,22 +18,4 @@ pipeline:
- pip install giteapy
- python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_COMMIT_TAG}"
when:
event: tag
rebuild-cache-with-filesystem:
image: bash
commands:
- ls -a
- mkdir -p /tmp/woodpecker/Elixium/Raxen/build
- ls -a /tmp/woodpecker/Elixium/Raxen
- cp -f -R $(pwd)/build/classes /tmp/woodpecker/Elixium/Raxen/build/classes
- cp -f -R $(pwd)/build/generated /tmp/woodpecker/Elixium/Raxen/build/generated
- cp -f -R $(pwd)/build/resources /tmp/woodpecker/Elixium/Raxen/build/resources
- cp -f -R $(pwd)/build/tmp /tmp/woodpecker/Elixium/Raxen/build/tmp
- cp -f -R $(pwd)/.gradle /tmp/woodpecker/Elixium/Raxen
- ls -a
- ls -a /tmp/woodpecker/Elixium/Raxen
volumes:
- /tmp/woodpecker/Elixium/Raxen:/tmp/woodpecker/Elixium/Raxen
when:
event: push
event: tag

View file

@ -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