Woodpeck
This commit is contained in:
parent
459c469329
commit
f310df0f64
2 changed files with 2 additions and 36 deletions
|
@ -1,24 +1,9 @@
|
||||||
pipeline:
|
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:
|
build:
|
||||||
image: gradle:jdk17
|
image: gradle:jdk17
|
||||||
commands:
|
commands:
|
||||||
- ls -a
|
|
||||||
- chmod +x gradlew
|
- chmod +x gradlew
|
||||||
- ./gradlew assemble --stacktrace
|
- ./gradlew assemble --stacktrace
|
||||||
- ls -a
|
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
@ -34,21 +19,3 @@ pipeline:
|
||||||
- python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_COMMIT_TAG}"
|
- python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_COMMIT_TAG}"
|
||||||
when:
|
when:
|
||||||
event: tag
|
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
|
|
||||||
|
|
|
@ -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.
|
Project made by unurled.
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ for more info contact me.
|
||||||
@unurled#0149\
|
@unurled#0149\
|
||||||
or create an [issue](https://git.unurled.me/Elixium/Raxen/issues/new)
|
or create an [issue](https://git.unurled.me/Elixium/Raxen/issues/new)
|
||||||
|
|
||||||
|
|
||||||
see [Examples](/Elixium/raxen/docs/examples) for some config examples
|
see [Examples](/Elixium/raxen/docs/examples) for some config examples
|
||||||
model/item/item.json [Example](https://github.com/elBukkit/MagicPlugin/wiki/ResourcePack#customizing)
|
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
|
custom Items uses custom model data to work => need to update in
|
||||||
|
|
Loading…
Reference in a new issue