This website works better with JavaScript.
Home
Explore
Impressum
Datenschutz
Help
Sign In
Seil0
/
Project-HomeFlix
Watch
1
Star
0
Fork
0
Code
Issues
7
Pull Requests
0
Releases
16
Wiki
Activity
Browse Source
added drone ci
dev
Jannik
1 year ago
parent
ae20909012
commit
000b5e12c2
Signed by:
Seil0
GPG Key ID:
E8459F3723C52C24
2 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.drone.yml
+1
-1
pom.xml
+ 8
- 0
.drone.yml
View File
@ -0,0 +1,8 @@
kind
:
pipeline
name
:
default
steps:
-
name
:
package
image
:
maven
commands:
-
mvn clean package
+ 1
- 1
pom.xml
View File
@ -5,7 +5,7 @@
<groupId
>
org.kellerkinder
</groupId>
<artifactId
>
Project-HomeFlix
</artifactId>
<version
>
0.
7
.0
</version>
<version
>
0.
8
.0
</version>
<packaging
>
jar
</packaging>
<name
>
Project-HomeFlix
</name>
Write
Preview
Loading…
Cancel
Save