Selaa lähdekoodia

aptos/cache_fix: remove the usage of the cache from the aptos test that runs in the Dockerfile

Josh Siegel 2 vuotta sitten
vanhempi
sitoutus
59602e7424
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      aptos/Dockerfile

+ 1 - 2
aptos/Dockerfile

@@ -21,5 +21,4 @@ FROM aptos AS tests
 
 
 WORKDIR /tmp
 WORKDIR /tmp
 
 
-RUN --mount=type=cache,target=/root/.move,id=move_cache \
-    make test
+RUN    make test