add the target directory as an artifact
This commit is contained in:
@@ -3,6 +3,9 @@ build:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
artifacts:
|
||||
paths:
|
||||
- target/
|
||||
script:
|
||||
- mvn package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user