From fd9b29174e15e2f39c3dd4a206e42e02bec21572 Mon Sep 17 00:00:00 2001 From: Carina Antunes <carina.oliveira.antunes@cern.ch> Date: Mon, 23 May 2022 19:44:37 +0200 Subject: [PATCH] CI: disable docker cache --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e5883ca..246f0152 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ variables: + ### Disable cache in Docker builds, as this has occasionally resulted in images not containing what was + ### expected multiple MRs where being built/retried. + NO_CACHE: 'true' OPENSHIFT_SERVER: https://api.paas.okd.cern.ch NAMESPACE: notifications-main RESOURCE: web-portal -- GitLab