diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-20 15:56:37 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-20 15:56:37 -0600 |
| commit | a399a38ca5abb8dbab7776b90bea5333e14582ed (patch) | |
| tree | c012896200cfad0c7378d36d7699134157eeca15 /.gitlab-ci.yml | |
| parent | 703fdd64133163f6d8072f9917298e2b5db6b1e8 (diff) | |
Upload maven package to GL repo for testing
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6aa573..63c89d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,13 @@ build commit: - docker image inspect $TMP_IMAGE --format='{{.Size}}' - docker push $TMP_IMAGE +build mvn: + image: maven:3.3.9-jdk-8 + stage: build + script: + - cd spec/fixtures/java/example/ && mvn deploy -s settings.xml + allow_failure: true + container_scanning: variables: CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/tmp # only predefined variables are parameter-expanded (no $TMP_IMAGE) |
