Skip to content

Commit

Permalink
Merge pull request #212 from binjip978/fix-gentool-dev
Browse files Browse the repository at this point in the history
return DOCKERPATH var, generate-gentool will alwasys fail without it
  • Loading branch information
Sergei Semenchuk authored Jul 28, 2021
2 parents 1b8e344 + 94777f7 commit 6d32eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ gentool:

generate-gentool: SRCROOT_ON_HOST := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
generate-gentool: SRCROOT_IN_CONTAINER := /go/src/$(PROJECT_ROOT)
generate-gentool: DOCKERPATH := /go/src
generate-gentool: DOCKER_RUNNER := docker run --rm
generate-gentool: DOCKER_RUNNER += -v $(SRCROOT_ON_HOST):$(SRCROOT_IN_CONTAINER)
generate-gentool: DOCKER_GENERATOR := infoblox/atlas-gentool:dev-gengorm
Expand Down

0 comments on commit 6d32eb4

Please sign in to comment.