Skip to content
Snippets Groups Projects
Commit d66443b2 authored by Antonio Manesco's avatar Antonio Manesco
Browse files

remove analysis from CI

parent 940adc5f
No related branches found
No related tags found
No related merge requests found
Pipeline #133132 failed
......@@ -12,19 +12,6 @@ before_script:
- pip install gitlab-ci-tools # for last-good-build
- LAST_GOOD_SHA=$(last-good-build || echo '')
run analysis:
script:
- cd analysis
- for ipynb in *.ipynb; do
- jupyter nbconvert --to notebook --execute $ipynb
- done
artifacts:
paths:
- analysis/*.ipynb
expire_in: 1 month
stage: run analysis
.pdf-build:
stage: build documents
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment