Skip to content

Commit

Permalink
Merge branch 'master' into feat/validate-project-fields-in-prs-and-is…
Browse files Browse the repository at this point in the history
…sues
  • Loading branch information
minikin authored Nov 4, 2024
2 parents 2c28d0c + 702db9c commit 919ce82
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions earthly/docs/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,21 @@ common:

SAVE ARTIFACT /std

# The file we use for local-docs:
local-docs:
FROM scratch

COPY --dir dev .
SAVE ARTIFACT /dev

# SYNC_STD_CFG : Syncs the standard config files locally.
SYNC_LOCAL_DOCS:
FUNCTION
FROM scratch
COPY --dir +local-docs/dev /dev

SAVE ARTIFACT /dev/local.py AS LOCAL local.py

# Common src setup
SRC:
FUNCTION
Expand Down

0 comments on commit 919ce82

Please sign in to comment.