Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:alphagov/support
  • Loading branch information
Mazz committed Nov 1, 2012
2 parents 9eba485 + 1897579 commit 33ad09f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jenkins.sh
Expand Up @@ -13,6 +13,11 @@ for d in images javascripts templates stylesheets; do
ln -s ../../Static/public/$d public/
done

# Delete any old zendesk.yml
rm config/zendesk.yml
# Copy in the template, which will work for test mode
cp config/zendesk.yml.template config/zendesk.yml

bundle exec rake test
RESULT=$?
exit $RESULT

0 comments on commit 33ad09f

Please sign in to comment.