mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
a0e407870a
commit
23d979def9
@ -14,7 +14,7 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- find $path/ -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/gradle-version-number/$version/g
|
||||
- find $path/ -type f -name "*.gradle" -print0 | xargs -0 sed -i -e s/gradle-version-number/$version/g
|
||||
- find $path/ -type f -name "build.gradle" -print0 | xargs -0 sed -i -e s/gradle-version-number/$version/g
|
||||
- gradle clean build
|
||||
- mv $path/build/libs/*.jar $path/
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user