Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Aug 9, 2024
1 parent 6d81b89 commit df66656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/numaflow-models/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SDK_VERSION := $(shell if [[ "$(VERSION)" =~ ^v[0-9]+\.[0-9]+\.[0-9]+.* ]]; the
# Somehow type-mappings stopped working starting from v7.4.0
GENERATOR_VERSION := v7.3.0

DOCKER = docker run --rm -v `pwd -P`:/base --workdir /base
DOCKER = docker run --rm --user $(id -u):$(id -g) -v `pwd -P`:/base --workdir /base

publish: generate
echo TODO
Expand Down

0 comments on commit df66656

Please sign in to comment.