Skip to content

Commit 0f4ad32

Browse files
jhanaviq2w
andauthored
fix: Enable metadata generation for lint tests in local setup (#639)
Co-authored-by: abhishek kumar tiwari <[email protected]>
1 parent 26624fe commit 0f4ad32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ docker_test_integration:
6565
.PHONY: docker_test_lint
6666
docker_test_lint:
6767
docker run --rm -it \
68+
-e ENABLE_BPMETADATA=1 \
6869
-v $(CURDIR):/workspace \
6970
$(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
7071
/usr/local/bin/test_lint.sh

0 commit comments

Comments
 (0)