We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84201d4 commit b0b5689Copy full SHA for b0b5689
.artenolis.yml
@@ -57,7 +57,6 @@ after_success:
57
# remove the cloned fork-repo
58
- if [ "$MATLAB_VER" == "R2017b" ]; then
59
bash <(curl -s https://codecov.io/bash) -f "!*.lst";
60
- export PATH="/home/jenkins/.local/bin":$PATH;
61
cd $CURRENT_DIR;
62
pip install --upgrade --user -r docs/requirements.txt;
63
python -c "from documenter.deploy import Documentation; doc = Documentation('github.com/opencobra/MATLAB.devTools', ci='jenkins'); doc.deploy()";
0 commit comments