diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-06-02 09:10:28 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-06-02 09:10:28 +0000 |
| commit | a49e935ee3e2e07d90da7c78b543a5592a3b1a4a (patch) | |
| tree | 960dbaa58768be8e1e05dc098743d560ee3ec4c8 /.gitlab-ci.yml | |
| parent | 0b976fcffe0a9b8e80587adb076bcdf279c9331c (diff) | |
| parent | 16b452b82b08ecaeef1dde3c1cb6fd2ab0446947 (diff) | |
Merge branch '212919-pull-custom-conan-packages' into 'master'v3.11.0
Allow custom conan configuration
See merge request gitlab-org/security-products/license-management!159
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5bdcc9..bee703c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ # improved performance. variables: DOCKER_DRIVER: overlay2 + GIT_DEPTH: "1" + GIT_STRATEGY: fetch + LATEST_IMAGE: registry.gitlab.com/gitlab-org/security-products/license-management:latest MAJOR: 3 TMP_IMAGE: $CI_REGISTRY_IMAGE/license-finder:$CI_COMMIT_SHA |
