Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fix ahoy build update. (#50)
Browse files Browse the repository at this point in the history
rsync is overriding .dkan_starter during build and causing errors.
  • Loading branch information
dkinzer authored Dec 29, 2016
1 parent 0a2cdc2 commit 60c4026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ahoy/site/build.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ commands:
mv config .config
rm -rf * .ahoy .ahoy.yml .github .probo.public.yml .probo.yml
# You can rsync now
rsync -av --exclude=.git .dkan_starter/ ./
git checkout -- config
rsync -av --exclude=.git --exclude=.dkan_starter .dkan_starter/ ./
rm -rf config
mv .config config
rm -rf .dkan_starter
Expand Down

0 comments on commit 60c4026

Please sign in to comment.