Skip to content

Commit

Permalink
fix: the samples for chapters 27 and 28 no longer contain .git folders (
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr authored May 6, 2024
1 parent 5314d7d commit 79ff1c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ mkdir -p ./artifacts/samples/repositories
&& git clone git://github.com/effective-shell/chapter-27-dotfiles \
&& cd chapter-27-dotfiles \
&& git remote remove origin \
&& rm -rf ./git \
)
( cd ./artifacts/samples/repositories \
&& git clone git://github.com/effective-shell/chapter-28-dotfiles \
&& cd chapter-28-dotfiles \
&& git remote remove origin \
&& rm -rf ./git \
)

# Zip up and tar up the samples
Expand Down

0 comments on commit 79ff1c0

Please sign in to comment.