diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-26 12:57:04 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-26 12:57:04 -0600 |
| commit | 7bd94b66e1aa2cae59d587847c501e007a0c50af (patch) | |
| tree | b761eb597fbb42d0f774b92bf4f184964c8de9ed | |
| parent | b24fbeedb5c1357ea354f19bb21eec7fe36229d9 (diff) | |
remove test jobs
| -rw-r--r-- | .gitlab-ci.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29ca583..e157f53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,36 +49,6 @@ container_scanning: - results/ when: always -.QA:test-release: - extends: .docker_tag - stage: test - variables: - DOTENV: '.env.legacy' - IMAGE_TAG: "12-${CI_COMMIT_SHORT_SHA}-stable" - only: - - branches - except: - - master - when: manual - -12-3-test-release: - extends: .QA:test-release - variables: - DOTENV: ".env.12-3-stable" - IMAGE_TAG: "12-3_${CI_COMMIT_SHORT_SHA}-stable" - -12-2-test-release: - extends: .QA:test-release - variables: - DOTENV: ".env.12-2-stable" - IMAGE_TAG: "12-2_${CI_COMMIT_SHORT_SHA}-stable" - -12-1-test-release: - extends: .QA:test-release - variables: - DOTENV: ".env.legacy" - IMAGE_TAG: "12-1_${CI_COMMIT_SHORT_SHA}-stable" - QA:java-maven: extends: .QA variables: |
