From 357733a7e4b1cb17d1933ddae1170db37187ebc1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 24 Aug 2025 13:18:18 +0200 Subject: [PATCH] build: don't cache bin in Gitlab Not needed anymore. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e932e1ad..841808a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ run tests: - go.sum paths: - .go-cache/ - - bin/ - key: files: - console/frontend/package-lock.json