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.
1 parent 26624fe commit 0f4ad32Copy full SHA for 0f4ad32
Makefile
@@ -65,6 +65,7 @@ docker_test_integration:
65
.PHONY: docker_test_lint
66
docker_test_lint:
67
docker run --rm -it \
68
+ -e ENABLE_BPMETADATA=1 \
69
-v $(CURDIR):/workspace \
70
$(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
71
/usr/local/bin/test_lint.sh
0 commit comments