Skip to content

Commit

Permalink
fix(mdlint): rename MDLINT UDC so its clear its to be run LOCALLY only.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Oct 2, 2023
1 parent f3d7cde commit c75d70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly/mdlint/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.7

MDLINT:
MDLINT_LOCALLY:
# DO NOT RUN THIS UDC INSIDE CONTAINER BUILDS.
# IT IS NOT FOR CONTAINER BUILDS.
# See: https://github.com/earthly/earthly/issues/580
Expand Down Expand Up @@ -48,4 +48,4 @@ mdlint-test:

ARG src=$(echo ${PWD}/../../)

DO +MDLINT --src=${src}
DO +MDLINT_LOCALLY --src=${src}

0 comments on commit c75d70e

Please sign in to comment.