Copied CI from the right source this time

This commit is contained in:
JFronny 2021-11-10 18:51:11 +01:00
parent d066fcd848
commit 7cd62792c0
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ stages:
build_test:
stage: build
script:
- gradle --build-cache build publish -PpublicMaven -Ppipeline=$CI_PIPELINE_ID
- gradle --build-cache build
- cp build/libs/* ./
- rm *-maven.jar *-sources.jar *-sources-dev.jar
- mv *-dev.jar dev.zip
- mv *.jar latest.jar
- mv dev.zip latest-dev.jar
@ -30,4 +29,4 @@ deploy:
- if: $CI_COMMIT_TAG && '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^master/'
stage: deploy
script:
- gradle --build-cache build publish modrinth curseforge -PpublicMaven
- gradle --build-cache build curseforge modrinth