Skip to content

Commit

Permalink
Merge pull request maxdemarzi#129 from kfreytag/develop
Browse files Browse the repository at this point in the history
Updated koality config
  • Loading branch information
Kurt Freytag committed Mar 19, 2014
2 parents 8eb7ee5 + dcbaa3a commit 245d862
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions koality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,14 @@ setup:
# slot in the new to-be-tested code
# in its place.
#####################################
- export REPOS=(admin background_jobs cacheable cb_commons daemonizer deja graph_manager integration models moneypenny mr_clean queue_adapter review_manager riak_mapper site user_manager version_manager version_worker write_manager)
- for i in ${REPOS[@]}; do git clone -b develop [email protected]:crunchbase/$i.git /crunchbase/$i; done
- rm -rf /crunchbase/$KOALITY_REPOSITORY
- mv /crunchbase/* /home/crunchbase/
- rm -rf /crunchbase
- sudo ln -s /home/crunchbase /crunchbase
- sudo chown crunchbase:crunchbase /crunchbase
- cd /crunchbase/integration && git pull origin develop && bundle install
- cd /crunchbase && /crunchbase/integration/bin/recurse git pull origin develop
- cd /crunchbase && /crunchbase/integration/bin/recurse bundle install
####################################
# Bundle Install for PR
# ----------------------------------
# Bundle install on the repo that
# is being tested.
####################################
- cd /crunchbase/$KOALITY_REPOSITORY && bundle install
- cd /crunchbase/$KOALITY_REPOSITORY && if [ -e bower.json ]; then sudo -u crunchbase bower update; fi
- sudo chown -R crunchbase:crunchbase /home/crunchbase
- for i in ${REPOS[@]}; do cd /crunchbase/$i && if [ -e Gemfile ]; then bundle install; fi; if [ -e bower.json ]; then su crunchbase -c "bower install"; fi; done
####################################
# Create and Seed the Database
# ----------------------------------
Expand Down

0 comments on commit 245d862

Please sign in to comment.