mirror of
https://github.com/songoda/EpicFurnaces.git
synced 2024-11-28 12:55:44 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
4573594432
commit
5526b0e176
@ -1,5 +1,5 @@
|
||||
stages:
|
||||
- build
|
||||
- build
|
||||
|
||||
variables:
|
||||
name: "EpicFurnaces"
|
||||
@ -14,7 +14,7 @@ build:
|
||||
- find $path/ -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
|
||||
- mvn clean package
|
||||
- find $path/ -depth -path '*original*' -delete
|
||||
- mv -v $path/target/*.jar $path
|
||||
- mv $path/core/target/*.jar $path/
|
||||
artifacts:
|
||||
name: $name-$version
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user