Skip to content
Snippets Groups Projects
Commit 7244f778 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Only download PDFs if not cached

parent a55ba072
No related branches found
No related tags found
No related merge requests found
Pipeline #8873 passed
...@@ -56,8 +56,7 @@ test-jpp-12.1.0: ...@@ -56,8 +56,7 @@ test-jpp-12.1.0:
stage: test stage: test
script: script:
- *virtualenv_definition - *virtualenv_definition
- mkdir -p pdfs - "[ ! -d 'pdfs' ] && mkdir pdfs && JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C"
- [ ! -d "pdfs" ] && mkdir pdfs && JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- pip install -U pytest - pip install -U pytest
- pytest - pytest
cache: cache:
...@@ -69,7 +68,7 @@ test-jpp-latest: ...@@ -69,7 +68,7 @@ test-jpp-latest:
stage: test stage: test
script: script:
- *virtualenv_definition - *virtualenv_definition
- [ ! -d "pdfs" ] && mkdir pdfs && JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C - "[ ! -d 'pdfs' ] && mkdir pdfs && JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C"
- pip install -U pytest - pip install -U pytest
- pytest - pytest
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment