Skip to content

Commit

Permalink
Merge pull request #161 from alphagov/fix_jenkins_ci_build
Browse files Browse the repository at this point in the history
Fix Jenkins CI build
  • Loading branch information
alext committed Jul 6, 2015
2 parents 67e37a1 + 26310bc commit bd82681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/integrations/mustache/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ rm -rf vendor/mustache_govuk_template/*
# TODO: Pick the latest, not every matching tgz file!
tar -zxvf ../../../pkg/mustache_govuk_template-*.tgz -C vendor/

bundle install
bundle install --path vendor/bundle

bundle exec ruby test_render.rb
1 change: 1 addition & 0 deletions integration_tests/integrations/rails/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/bundle
2 changes: 1 addition & 1 deletion integration_tests/integrations/rails/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash
set -e

bundle install
bundle install --path vendor/bundle

bundle exec ruby simplicity.rb

0 comments on commit bd82681

Please sign in to comment.