mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-23 02:35:28 +01:00
update maven docker image
This commit is contained in:
parent
43473b1992
commit
9ccc418cbf
@ -1,12 +1,12 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: maven:3.3.9-jdk-8
|
||||
script: "mvn clean package"
|
||||
artifacts:
|
||||
name: "UltimateKits"
|
||||
paths:
|
||||
- "/builds/Songoda/UltimateKits/target/*.jar"
|
||||
- "/builds/Songoda/UltimateKits/Read_this_before_your_first_use.txt"
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: maven:3.5.3-jdk-8
|
||||
script: "mvn clean package"
|
||||
artifacts:
|
||||
name: "UltimateKits"
|
||||
paths:
|
||||
- "/builds/Songoda/UltimateKits/target/*.jar"
|
||||
- "/builds/Songoda/UltimateKits/Read_this_before_your_first_use.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user