Skip to content

Commit

Permalink
Marfile: Remove all "target" folder from WORKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache authored and dmartinol committed Mar 22, 2024
1 parent 01f9995 commit 077be52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ prepare-workdir:
@rm -rf $(WORKDIR)
@mkdir -p $(WORKDIR)
@cp -R . $(WORKDIR)
@find $(WORKDIR) -type d -name target -prune -exec rm -rf {} \;


# Target: build-image
# Description: Builds the workflow containerized image from the given WORKDIR.
Expand Down

0 comments on commit 077be52

Please sign in to comment.