woodpecker 2?
This commit is contained in:
parent
3d3a32f6ea
commit
66f9b1e69b
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,8 @@ pipeline:
|
|||
- ls -a
|
||||
volumes:
|
||||
- /tmp/woodpecker/Elixium/Raxen:/tmp/woodpecker/Elixium/Raxen
|
||||
when:
|
||||
event: push
|
||||
|
||||
build:
|
||||
image: gradle:jdk17
|
||||
|
@ -19,6 +21,8 @@ pipeline:
|
|||
- chmod +x gradlew
|
||||
- ./gradlew assemble --stacktrace
|
||||
- ls -a
|
||||
when:
|
||||
event: push
|
||||
|
||||
gitea_release:
|
||||
image: bash
|
||||
|
@ -47,3 +51,5 @@ pipeline:
|
|||
- ls -a /tmp/drone/Elixium/Raxen
|
||||
volumes:
|
||||
- /tmp/woodpecker/Elixium/Raxen:/tmp/woodpecker/Elixium/Raxen
|
||||
when:
|
||||
event: push
|
||||
|
|
Loading…
Reference in a new issue