diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-22 10:03:45 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-22 12:31:16 -0600 |
| commit | e8aadb0323135defca027c5ac09c2a2e8a2194b4 (patch) | |
| tree | db395a60486fd6ce255d7281c97cb5c1687c9bca /.gitlab-ci.yml | |
| parent | d65dd61597375bfd6e6953fd4d0990a836fc3503 (diff) | |
Use keytool to import a ca certificate
* Remove dind for license scan and move it to code_quality
* Add spec to verify TLS connections to maven repo
* Add CHANGELOG and bump version
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c836f02..e558a26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,9 +92,9 @@ version: code_quality: before_script: - rm .rubocop.yml + services: + - docker:stable-dind license_scanning: image: name: $TMP_IMAGE - services: - - docker:stable-dind |
