From e81183c954443d3be158b840d58edf8e7f0c7997 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 31 Jan 2025 17:58:44 +1100 Subject: [PATCH] Removed accidentally left CI cache key output. --- .github/workflows/build-test-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 1ff88eba8..9925efde6 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -95,7 +95,6 @@ jobs: echo "${VORTEX_CI_DB_CACHE_FALLBACK/no/"${GITHUB_RUN_NUMBER}"}" | tee db_cache_fallback date "${VORTEX_CI_DB_CACHE_TIMESTAMP}" | tee db_cache_timestamp echo "yes" | tee db_cache_fallback_yes - echo v24.11.0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }} # Restore DB cache based on the cache strategy set by the cache keys below. # Change 'v1' to 'v2', 'v3' etc., commit and push to force cache reset.