Skip to content

Commit

Permalink
[documentation] fix syntax error in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Oct 4, 2018
1 parent 102f80d commit 2163cfe
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 @@ -26,7 +26,7 @@ after_success:
# generate the PDFs and HTML files of the tutorials
- if [ "$MATLAB_VER" == "R2017b" ]; then
if [ "$ARCH" == "Linux" ]; then
ssh sbg-jenkins@10.184.148.14 'cd ~/jenkins/workspace/COBRAToolbox-branches-auto-macOS/MATLAB_VER/R2017b/label/macOS-biocore && ./docs/prepareTutorials.sh -c=$(pwd) -t=$(pwd)/tutorials -p=~/tmp -m=html,pdf,png'
ssh sbg-jenkins@10.184.148.14 'cd ~/jenkins/workspace/COBRAToolbox-branches-auto-macOS/MATLAB_VER/R2017b/label/macOS-biocore && ./docs/prepareTutorials.sh -c=$(pwd) -t=$(pwd)/tutorials -p=~/tmp -m=html,pdf,png';
fi
fi

Expand Down

0 comments on commit 2163cfe

Please sign in to comment.