Skip to content

Commit

Permalink
modified our CumulusCI templates to point to our forked copy
Browse files Browse the repository at this point in the history
  • Loading branch information
icemft76 committed May 22, 2015
1 parent d8d8f3f commit 978d290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/codeship.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -d ../CumulusCI ]; then
#git checkout feature/13-codeship-integration
git pull
else
git clone https://github.com/SalesforceFoundation/CumulusCI ../CumulusCI
git clone https://github.com/motivislearning/CumulusCI ../CumulusCI
cd ../CumulusCI
# Uncomment and edit if you need a specific branch of CumulusCI
#git fetch --all
Expand Down

0 comments on commit 978d290

Please sign in to comment.