Skip to content

Commit b77f217

Browse files
committed
updated build pipeline
1 parent faaf394 commit b77f217

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ build:
1313
stage: build
1414
script: gradle build
1515
after_script:
16-
- ls build/libs/
17-
- mv build/libs/*jar ./*jar
18-
- ls ./
16+
- mv build/libs/*.jar ./
1917
artifacts:
2018
paths:
2119
- ./*.jar

0 commit comments

Comments
 (0)