Skip to content

Commit

Permalink
add sort of validator example files in makefile so shelltests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jul 23, 2024
1 parent 6c0a8ea commit de76220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SCHEMA_DIR := ${ROOT_DIR}/../schema
CURRENT_GIT_REF := $(shell git rev-parse --short HEAD)
DOCKER_IMAGE_TAG := ${CURRENT_GIT_REF}
DOCKER_BUILD_ARGS := -f ${ROOT_DIR}/Dockerfile -t otel_config_validator:${DOCKER_IMAGE_TAG} -t otel_config_validator:current
EXAMPLE_FILES := $(shell find ${ROOT_DIR}/../examples -name "*.yaml" -exec basename {} \;)
EXAMPLE_FILES := $(shell find ${ROOT_DIR}/../examples -name "*.yaml" -exec basename {} \; | sort)
$(shell mkdir -p out)

validator-copy-schema:
Expand Down

0 comments on commit de76220

Please sign in to comment.