pipeline debugging

This commit is contained in:
Esophose 2019-04-15 04:00:23 -06:00
parent 15e935f93a
commit 8ede8ac7dc

View File

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