mirror of
https://github.com/russ-p/sqlbuilder.git
synced 2026-08-05 01:17:43 +00:00
Compare commits
2
Commits
9f2d00619a
...
9976c65fb3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9976c65fb3 | ||
|
|
f4079b5663 |
+17
@@ -0,0 +1,17 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
|
||||
- name: install
|
||||
image: maven:3.6.1-jdk-8-slim
|
||||
volumes:
|
||||
- name: mvnrepo
|
||||
path: /root/.m2
|
||||
commands:
|
||||
- mvn install
|
||||
|
||||
volumes:
|
||||
- name: mvnrepo
|
||||
host:
|
||||
path: /media/data/storage/.m2
|
||||
@@ -1 +1,7 @@
|
||||
#mvn
|
||||
/target/
|
||||
|
||||
#Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
|
||||
Reference in New Issue
Block a user