Update .gitlab-ci.yml
This commit is contained in:
parent
ad51dcea3c
commit
6367ac9780
|
@ -4,7 +4,9 @@ maven-package:
|
|||
stage: build
|
||||
environment: production
|
||||
script:
|
||||
- mvn package
|
||||
- mvn clean verify
|
||||
- ls -la
|
||||
- ls .. -la
|
||||
artifacts:
|
||||
paths:
|
||||
- target/transcendental-lisp-*.jar
|
||||
|
|
Loading…
Reference in New Issue