Skip to content

Commit 901770b

Browse files
authored
Dep validator for validator-build-shelltest-image (#239)
1 parent 5b1e7b3 commit 901770b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ validator-validate-examples:
4848
PATH=${PATH}:${ROOT_DIR}/ otel_config_validator -o ${ROOT_DIR}/out/$$f ${ROOT_DIR}/../examples/$$f ; \
4949
done
5050

51-
validator-build-shelltest-image:
51+
validator-build-shelltest-image: validator
5252
docker build ${DOCKER_SHELLTEST_BUILD_ARGS} ${ROOT_DIR}
5353

5454
validator-run-shelltests: validator-build-shelltest-image

0 commit comments

Comments
 (0)