Output location

This commit is contained in:
Esophose 2019-04-15 03:43:38 -06:00
parent 06568e606f
commit 15e935f93a

View File

@ -13,7 +13,7 @@ build:
stage: build stage: build
script: script:
- gradle build - gradle build
- mv $path/build/libs/*.jar $path/ - mv build/libs/*.jar $path/
artifacts: artifacts:
paths: paths:
- $path/*.jar - $path/*.jar