Skip to content

Commit

Permalink
BBL-381 | commenting mandatory Makefile lines
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Sep 11, 2020
1 parent 17ef374 commit b3eb69f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ workflows:
- master
- release-version-with-changelog:
context: binbashar-org-global-context
requires:
- git-sync-fork-upstream
- github-repo-replace-all-topics
filters:
branches:
only: # only branches matching the below regex filters will run
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ git-sync-fork-upstream-terraform: ## Git sync from master forked upstream repos
cd ./terraform && make init-makefiles && make git-sync-fork-upstream



1 change: 1 addition & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ init-makefiles: ## initialize makefiles
#
#include ${MAKEFILES_DIR}/git/git.mk
#include ${MAKEFILES_DIR}/github/github.mk

0 comments on commit b3eb69f

Please sign in to comment.