Skip to content

Commit

Permalink
[documentation] fir for environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Oct 5, 2018
1 parent 352d062 commit c788b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .artenolis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ after_success:
export PATH="/home/sbg-jenkins/.local/bin":$PATH;
pip install --upgrade --user -r docs/requirements.txt;
python ~/github_stats.py $(pwd)/docs/source/list_contributors.rst;
ssh -t sbg-jenkins@10.184.148.14 'GIT_BRANCH=$GIT_BRANCH && cd ~/tmp/COBRA.tutorials && git checkout $GIT_BRANCH && git pull origin $GIT_BRANCH';
ssh -t sbg-jenkins@10.184.148.14 'GIT_BRANCH=$GIT_BRANCH && cd ~/tmp/cobratoolbox && git checkout $GIT_BRANCH && git pull origin $GIT_BRANCH && git submodule update --init';
ssh -t sbg-jenkins@10.184.148.14 'cd ~/tmp/cobratoolbox && $(pwd)/docs/prepareTutorials.sh -c=$(pwd) -t=~/tmp/COBRA.tutorials -p=~/tmp -m=html,pdf,png';
ssh -t sbg-jenkins@10.184.148.14 'GIT_BRANCH='"'$GIT_BRANCH'"' && cd ~/tmp/COBRA.tutorials && git checkout $GIT_BRANCH && git pull origin $GIT_BRANCH';
ssh -t sbg-jenkins@10.184.148.14 'GIT_BRANCH='"'$GIT_BRANCH'"' && cd ~/tmp/cobratoolbox && git checkout $GIT_BRANCH && git pull origin $GIT_BRANCH && git submodule update --init';
ssh -t sbg-jenkins@10.184.148.14 'GIT_BRANCH='"'$GIT_BRANCH'"' cd ~/tmp/cobratoolbox && $(pwd)/docs/prepareTutorials.sh -c=$(pwd) -t=~/tmp/COBRA.tutorials -p=~/tmp -m=html,pdf,png';
cd ~/tmp/COBRA.tutorials && git checkout $GIT_BRANCH && git pull origin $GIT_BRANCH;
cd ~/tmp/cobratoolbox && git checkout $GIT_BRANCH && git pull origin $GIT_BRANCH && git submodule update --init;
python -c "from documenter.deploy import Documentation; doc = Documentation('github.com/opencobra/cobratoolbox', local_upstream='$(pwd)', ci='jenkins'); doc.deploy()";
Expand Down

0 comments on commit c788b55

Please sign in to comment.