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 stage: build
script: script:
- gradle build - gradle build
- mv build/libs/*.jar $path/ - ls -lR
- mv $path/build/libs/*.jar $path/
artifacts: artifacts:
paths: paths:
- $path/*.jar - $path/*.jar