From 76bd8300a6e17d54df4104d39797f20f08496d22 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Tue, 23 Jan 2024 16:39:55 +0100 Subject: [PATCH] ci: cache /opt/tfenv/{versions,version} --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d70750f..161bc83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ default: key: terraform paths: - .terraform - - .tfenv + - /opt/tfenv stages: - init