Skip to content

Commit

Permalink
clean up temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Jul 23, 2024
1 parent 6de2020 commit dc3665a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc3665a

Please sign in to comment.