Skip to content
Snippets Groups Projects
Commit b3625c0d authored by Dilawar Singh's avatar Dilawar Singh
Browse files

preparing release candidate for chennapoda.

parent ecac39bb
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ osx_image : xcode8 ...@@ -17,6 +17,9 @@ osx_image : xcode8
branches: branches:
only: only:
- master - master
- chennapoda
notifications: notifications:
email: email:
recipients: recipients:
......
...@@ -24,11 +24,11 @@ set -x ...@@ -24,11 +24,11 @@ set -x
if [[ `pwd` == *"/moose" ]]; then if [[ `pwd` == *"/moose" ]]; then
git subtree pull --prefix moose-core \ git subtree pull --prefix moose-core \
https://github.com/BhallaLab/moose-core master --squash https://github.com/BhallaLab/moose-core chennapoda --squash
git subtree pull --prefix moose-examples \ git subtree pull --prefix moose-examples \
https://github.com/BhallaLab/moose-examples master --squash https://github.com/BhallaLab/moose-examples chennapoda --squash
git subtree pull --prefix moose-gui \ git subtree pull --prefix moose-gui \
https://github.com/BhallaLab/moose-gui master --squash https://github.com/BhallaLab/moose-gui chennapoda --squash
else else
echo "Run this script from top-level git directory." echo "Run this script from top-level git directory."
......
...@@ -24,11 +24,11 @@ set -x ...@@ -24,11 +24,11 @@ set -x
if [[ `pwd` == *"/moose" ]]; then if [[ `pwd` == *"/moose" ]]; then
git subtree push --prefix moose-core \ git subtree push --prefix moose-core \
https://github.com/BhallaLab/moose-core master --squash https://github.com/BhallaLab/moose-core chennapoda --squash
git subtree push --prefix moose-examples \ git subtree push --prefix moose-examples \
https://github.com/BhallaLab/moose-examples master --squash https://github.com/BhallaLab/moose-examples chennapoda --squash
git subtree push --prefix moose-gui \ git subtree push --prefix moose-gui \
https://github.com/BhallaLab/moose-gui master --squash https://github.com/BhallaLab/moose-gui chennapoda --squash
else else
echo "Run this script from top-level git directory." echo "Run this script from top-level git directory."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment