Skip to content

Commit

Permalink
make before_script tolerant of forks
Browse files Browse the repository at this point in the history
  • Loading branch information
john muhl committed Jan 7, 2012
1 parent 0f9efa7 commit 9c50b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ci/before_script
Expand Up @@ -5,7 +5,7 @@ if [[ $RADIANT_VERSION != "master" ]]
then
git checkout -b $RADIANT_VERSION $RADIANT_VERSION
fi
cp -r ~/builds/radiant/radiant-sheets-extension vendor/extensions/sheets
cp -r ~/builds/*/radiant-sheets-extension vendor/extensions/sheets
gem install bundler --pre
echo 'gem "radiant-sheets-extension", :path => "vendor/extensions/sheets"' >> Gemfile
bundle install
Expand Down

0 comments on commit 9c50b4b

Please sign in to comment.