-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1456 from opencobra/develop
Regular merge of develop
- Loading branch information
Showing
89 changed files
with
1,777 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# DESCRIPTION: | ||
# deploy tutorials of the COBRA Toolbox | ||
|
||
# set the local branch | ||
echo $GIT_LOCAL_BRANCH | ||
|
||
# update the cobra tutorials repository | ||
cd $ARTENOLIS_ROOT_PATH_MAC/repos/COBRA.tutorials | ||
git stash | ||
git checkout $GIT_LOCAL_BRANCH | ||
git pull origin $GIT_LOCAL_BRANCH | ||
|
||
# update the cobratoolbox repository | ||
cd $ARTENOLIS_ROOT_PATH_MAC/repos/cobratoolbox | ||
git stash | ||
git checkout $GIT_LOCAL_BRANCH | ||
git pull origin $GIT_LOCAL_BRANCH | ||
git submodule update --init | ||
|
||
# generate and deploy the tutorials | ||
cd $ARTENOLIS_ROOT_PATH_MAC/repos/cobratoolbox | ||
$ARTENOLIS_ROOT_PATH_MAC/repos/cobratoolbox/docs/prepareTutorials.sh -c=$ARTENOLIS_ROOT_PATH_MAC/repos/cobratoolbox -t=$ARTENOLIS_ROOT_PATH_MAC/repos/COBRA.tutorials -p=$ARTENOLIS_ROOT_PATH_MAC/scratch -m=html,pdf,png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.