diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-22 14:10:25 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-22 14:27:49 -0600 |
| commit | 4ec3d97df392ca472e7e674b2699c756eb7cbf64 (patch) | |
| tree | 8d3964a757abe7fd42bdff8bb43c33ead4e72909 | |
| parent | f9f78d84f50d5ceccba26d333ef0b36ceb7f94e3 (diff) | |
add test job to generate testable release version.
| -rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c7203..dfe57a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,17 @@ container_scanning: - results/ when: always +QA:test-release: + extends: .release + variables: + DOTENV: '.env.legacy' + IMAGE_TAG: 12-test-release-stable + only: + - branches + except: + - master + when: manual + QA:java-maven: extends: .QA variables: |
