Skip to content

Commit

Permalink
[v9] Disable automatic updating of API import path (#11010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored Mar 9, 2022
1 parent 4ba86c2 commit 3ec5d11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,7 @@ version: $(VERSRC)
# This rule triggers re-generation of version files specified if Makefile changes.
$(VERSRC): Makefile
VERSION=$(VERSION) $(MAKE) -f version.mk setver
# Update api module path, but don't fail on error.
$(MAKE) update-api-import-path || true
# "TODO: Enable automatic updating of API import paths using update-api-import-path target once agreed upon the solution".

# This rule updates the api module path to be in sync with the current api release version.
# e.g. github.com/gravitational/teleport/api/vX -> github.com/gravitational/teleport/api/vY
Expand Down

0 comments on commit 3ec5d11

Please sign in to comment.