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.
2 parents 85fcc58 + fb63044 commit c07986eCopy full SHA for c07986e
.jenkins/build.sh
@@ -57,6 +57,8 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
57
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
58
FILES_TO_RUN=$(python .jenkins/get_files_to_run.py)
59
echo "FILES_TO_RUN: " ${FILES_TO_RUN}
60
+ # Files to run must be accessible to subprocessed (at least to `download_data.py`)
61
+ export FILES_TO_RUN
62
63
# Step 3: Run `make docs` to generate HTML files and static files for these tutorials
64
make docs
0 commit comments