Skip to content

Commit

Permalink
fix make files changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramdevtron committed Oct 24, 2024
1 parent cf9de39 commit 9a28edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dep-update-oss:
cd git-sensor && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
cd chart-sync && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
cd ci-runner && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
cd common-lib && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
cd kubelink && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
cd kubewatch && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
cd lens && TARGET_BRANCH=$(TARGET_BRANCH) $(MAKE) dep-update-oss
Expand Down
6 changes: 5 additions & 1 deletion ci-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ docker-build-push: docker-build-image
docker push ${REGISTRY}/testci-runner:${TAG}



dep-update-oss:
go mod edit -replace=github.com/devtron-labs/common-lib=github.com/devtron-labs/devtron-services/common-lib@$(TARGET_BRANCH) \
-replace=github.com/devtron-labs/ci-runner=github.com/devtron-labs/devtron-services/ci-runner@$(TARGET_BRANCH)
go mod tidy
go mod vendor

0 comments on commit 9a28edd

Please # to comment.