Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update Makefile to skip downloading sample images in CI (#11158)
This pull request includes changes to the `Makefile` to improve the handling of environment variables and streamline the import of sample data. Environment variables: * Removed the unused `SKIP_SAMPLE_IMAGES` variable definition to avoid incorrect initialization to a constant string. Sample data import: * Updated the `import_sample_data` rule to pass the `SKIP_SAMPLE_IMAGES` environment variable directly to the Docker container, ensuring that sample images are skipped during import.
- Loading branch information