From dc3665aa189f569efe822b57a3d8ac9c54227609 Mon Sep 17 00:00:00 2001 From: gak Date: Tue, 23 Jul 2024 15:05:47 +1000 Subject: [PATCH] clean up temporary --- Dockerfile.controller | 4 ++-- Dockerfile.runner | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.controller b/Dockerfile.controller index b81ddbc7b3..8867aa0571 100644 --- a/Dockerfile.controller +++ b/Dockerfile.controller @@ -19,9 +19,9 @@ RUN go mod download -x # Build COPY . /src/ -# RUN just errtrace +RUN just errtrace # Reset timestamps so that the build state is reset -# RUN git ls-files -z | xargs -0 touch -r go.mod +RUN git ls-files -z | xargs -0 touch -r go.mod RUN just build ftl-controller RUN just build ftl-initdb RUN just build ftl diff --git a/Dockerfile.runner b/Dockerfile.runner index bb60f0fe8e..83317006e9 100644 --- a/Dockerfile.runner +++ b/Dockerfile.runner @@ -26,9 +26,9 @@ COPY . /src/ RUN just build-kt-runtime # Build runner -# RUN just errtrace +RUN just errtrace # Reset timestamps so that the build state is reset -# RUN git ls-files -z | xargs -0 touch -r go.mod +RUN git ls-files -z | xargs -0 touch -r go.mod RUN just build ftl-runner RUN just build ftl