Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
  • Loading branch information
fbm3307 committed Jul 29, 2024
1 parent 4ec5a8d commit 57743a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ GH_TC = $(GH_BASE_URL_CRT)toolchain-common
.PHONY: verify-replace-run
verify-replace-run:
$(eval C_PATH = $(PWD))\
$(foreach repo,${GH_HOST},\
$(foreach repo,${GH_HOST} ${GH_MEMBER} ${GH_REGSVC} ${GH_E2E} ${GH_KSCTL},\
$(eval REPO_PATH = ${BASE_REPO_PATH}/$(shell basename $(repo))) \
git clone --depth=1 $(repo) ${REPO_PATH}; \
cd ${REPO_PATH}; \
go mod edit -replace github.com/codeready-toolchain/toolchain-common=${C_PATH}; \
$(MAKE) verify-dependencies 1>/dev/null; \
$(MAKE) verify-dependencies; \
)

0 comments on commit 57743a3

Please sign in to comment.