Skip to content

Commit

Permalink
Reverted sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
axelfontaine committed Sep 19, 2024
1 parent f9202cb commit abe329a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile-ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,4 @@ COPY --from=build / /
USER runner
WORKDIR /home/runner

# Quick sanity check ensuring the runner is fully functional
# RUN ./config.sh --version

CMD ["/entrypoint.sh"]
3 changes: 0 additions & 3 deletions Dockerfile-ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,4 @@ COPY --from=build / /
USER runner
WORKDIR /home/runner

# Quick sanity check ensuring the runner is fully functional
RUN ./config.sh --version

CMD ["/entrypoint.sh"]

0 comments on commit abe329a

Please sign in to comment.