Update .gitlab-ci.yml

This commit is contained in:
Mike Cifelli 2017-12-10 14:15:35 +00:00
parent 6367ac9780
commit 1bc3c3a3d7
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ maven-package:
environment: production environment: production
script: script:
- mvn clean verify - mvn clean verify
- ls -la - ls ../.. -la
- ls .. -la
artifacts: artifacts:
paths: paths:
- target/transcendental-lisp-*.jar - target/transcendental-lisp-*.jar