Skip to content

Commit

Permalink
(no merge) debugging git lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Feb 21, 2020
1 parent 269279f commit 41c2a50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ clean: $(clean-targets)
fetch-git:
@$(ECHO_STDERR) "Fetching the latest changes (including tags) from $(OASIS_CORE_GIT_ORIGIN_REMOTE) remote..."
@git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) --tags
git branch -a
git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) $(RELEASE_BRANCH)
git branch -a

# Assemble Change log.
changelog: fetch-git
Expand Down

0 comments on commit 41c2a50

Please sign in to comment.