From d408fbbafb5501f317961ac4977eaa773ae572fa Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Mon, 11 Oct 2021 09:45:06 +1100 Subject: [PATCH] disable cache --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc7d7a17..33cd360d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,9 +102,9 @@ build_cluster_cicd: ansible_create_cluster_stage: stage: ansible_create_cluster_stage - cache: - paths: - - CICD/ + # cache: + #paths: + # - CICD/ tags: - ansible script: -- GitLab