Move to Woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
031b2f5cab
commit
6d08a75fd8
2 changed files with 7 additions and 17 deletions
|
@ -1,29 +1,19 @@
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
|
when:
|
||||||
|
event: [tag, push]
|
||||||
image: maven:3-jdk-11
|
image: maven:3-jdk-11
|
||||||
commands:
|
commands:
|
||||||
- mvn -B -DskipTests clean package
|
- mvn -B -DskipTests clean package
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- /home/docker/woodpecker/files/m2:/root/.m2
|
||||||
path: /root/.m2
|
|
||||||
|
|
||||||
- name: archive-artifact
|
- name: archive-artifact
|
||||||
|
when:
|
||||||
|
event: [tag, push]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /builds/innaircbot
|
- mkdir -p /builds/innaircbot
|
||||||
- cp target/InnaIrcBot-*jar /builds/innaircbot/
|
- cp target/InnaIrcBot-*jar /builds/innaircbot/
|
||||||
volumes:
|
volumes:
|
||||||
- name: builds
|
- /home/www/builds:/builds
|
||||||
path: /builds
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: m2
|
|
||||||
host:
|
|
||||||
path: /home/docker/drone/files/m2
|
|
||||||
- name: builds
|
|
||||||
host:
|
|
||||||
path: /home/www/builds
|
|
|
@ -1,6 +1,6 @@
|
||||||
# InnaIrcBot
|
# InnaIrcBot
|
||||||
|
|
||||||
[![Build Status](https://ci.redrise.ru/api/badges/desu/innaircbot/status.svg)](https://ci.redrise.ru/desu/innaircbot)
|
[![status-badge](https://ci.redrise.ru/api/badges/8/status.svg)](https://ci.redrise.ru/repos/8)
|
||||||
|
|
||||||
InnaIrcBot is IRC bot.
|
InnaIrcBot is IRC bot.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue