From 59602e74240f4d072c9186ec65d929291d03b327 Mon Sep 17 00:00:00 2001 From: Josh Siegel Date: Thu, 19 Jan 2023 16:37:55 +0000 Subject: [PATCH] aptos/cache_fix: remove the usage of the cache from the aptos test that runs in the Dockerfile --- aptos/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aptos/Dockerfile b/aptos/Dockerfile index c2914ca41..cb7313884 100644 --- a/aptos/Dockerfile +++ b/aptos/Dockerfile @@ -21,5 +21,4 @@ FROM aptos AS tests WORKDIR /tmp -RUN --mount=type=cache,target=/root/.move,id=move_cache \ - make test +RUN make test