Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Morpheus Data Files Out of LFS #242

Merged
Prev Previous commit
Next Next commit
Trying to use fetchinclude still
  • Loading branch information
mdemoret-nv committed Jun 30, 2022
commit 8f34a797e19a11722b0f9ceaf57b9a7d1e2bb55d
2 changes: 1 addition & 1 deletion .lfsconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[lfs]
fetchexclude = *
fetchinclude = ""
3 changes: 2 additions & 1 deletion ci/scripts/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ git lfs install
${MORPHEUS_ROOT}/scripts/fetch_data.py fetch tests validation

# List missing files
${MORPHEUS_ROOT}/scripts/fetch_data.py check
gpuci_logger "Listing missing files"
git lfs ls-files

REPORTS_DIR="${WORKSPACE_TMP}/reports"
mkdir -p ${WORKSPACE_TMP}/reports
Expand Down