summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-05 13:51:22 -0600
committermo khan <mo.khan@gmail.com>2020-10-05 13:51:22 -0600
commit075ffe914aa2346708e7d915936216285d2a24c6 (patch)
treee2e4e1f7089d8221ac228f4ec2c3c9717df7d913 /.gitlab-ci.yml
parentf2a836e1ba1861fa4a93a63631ddf4ec99eb6c3d (diff)
chore: do not pass artifacts to jobs that do not need them
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55cf930..a65001c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
GIT_STRATEGY: fetch
MAJOR: 3
TMP_IMAGE: $CI_REGISTRY_IMAGE/license-finder:$CI_COMMIT_SHA
-
+
include:
- template: Container-Scanning.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml
@@ -31,6 +31,8 @@ default:
name: $TMP_IMAGE
entrypoint: [""]
tags: [gitlab-org]
+ retry:
+ max: 2
container_scanning:
variables: