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

Commit

Permalink
Merge pull request #21 from NuCivic/fix-build-update
Browse files Browse the repository at this point in the history
Do not exclude config.
  • Loading branch information
dkinzer authored Nov 8, 2016
2 parents 233acb4 + 37affe2 commit 551d4ba
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .ahoy/site/build.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,17 +266,11 @@ commands:
mv config .config
rm -rf * .ahoy .ahoy.yml .github .probo.public.yml .probo.yml
# You can rsync now
rsync -av --exclude=.git --exclude=config .dkan_starter/. ./
rsync -av --exclude=.git .dkan_starter/ ./
git checkout -- config
rm -rf config
mv .config config
rm -rf .dkan_starter
hub clone NuCivic/nucivic-ahoy nucivic-ahoy-private
if [[ $? = '128' ]]; then
echo "You don't have access to NuCivic private ahoy commands. You can ignore this message"
else
mv nucivic-ahoy-private/config.yml .
rm -rf nucivic-ahoy-private
fi
upgrade-sites:
usage: ahoy build upgrade-sites $tag
Expand Down

0 comments on commit 551d4ba

Please sign in to comment.