Skip to content

Commit

Permalink
[documentation] change of location of stats
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Mar 25, 2019
1 parent 115fe1d commit 3f93753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .artenolis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ after_success:
- if [[ "$MATLAB_VER" == "R2017b" && "$ARCH" == "Linux" && "$JENKINS_PULL_REQUEST" != "True" ]]; then
export PATH="/home/jenkins/.local/bin":$PATH;
pip install --upgrade --user -r docs/requirements.txt;
python ~/github_stats.py $(pwd)/docs/source/list_contributors.rst;
python $ARTENOLIS_SCRIPTS_PATH/src/github_stats.py $(pwd)/docs/source/list_contributors.rst;
export GIT_LOCAL_BRANCH=${GIT_BRANCH##origin/};
echo $GIT_LOCAL_BRANCH;
cd $ARTENOLIS_DATA_PATH/repos/COBRA.tutorials && git stash && git checkout $GIT_LOCAL_BRANCH && git pull origin $GIT_LOCAL_BRANCH;
Expand Down

0 comments on commit 3f93753

Please sign in to comment.