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 5b1e7b3 commit 901770bCopy full SHA for 901770b
validator/Makefile
@@ -48,7 +48,7 @@ validator-validate-examples:
48
PATH=${PATH}:${ROOT_DIR}/ otel_config_validator -o ${ROOT_DIR}/out/$$f ${ROOT_DIR}/../examples/$$f ; \
49
done
50
51
-validator-build-shelltest-image:
+validator-build-shelltest-image: validator
52
docker build ${DOCKER_SHELLTEST_BUILD_ARGS} ${ROOT_DIR}
53
54
validator-run-shelltests: validator-build-shelltest-image
0 commit comments