Skip to content

Commit 466b883

Browse files
BBL-381 | updating makefile include sintaxt + circleci sumologic integration
1 parent af9133f commit 466b883

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

.circleci/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ jobs:
154154
echo "==============================================================================================="
155155
fi
156156
157+
#
158+
# CircleCI orbs are open-source, shareable packages of parameterizable reusable
159+
# configuration elements, including jobs, commands, and executors.
160+
#
161+
orbs:
162+
sumologic: circleci/[email protected]
163+
157164
#
158165
# Jobs workflow
159166
#
@@ -179,3 +186,7 @@ workflows:
179186
branches:
180187
only: # only branches matching the below regex filters will run
181188
- master
189+
- sumologic/workflow-collector:
190+
context: binbashar-org-global-context
191+
requires:
192+
- release-version-with-changelog

Makefile

+4-10
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,8 @@ init-makefiles: ## initialize makefiles
1414
rm -rf ${MAKEFILES_DIR}
1515
mkdir -p ${MAKEFILES_DIR}
1616
git clone https://github.com/binbashar/le-dev-makefiles.git ${MAKEFILES_DIR}
17-
echo "" >> ${MAKEFILE_PATH}
18-
sed -i '/^#include.*/s/^#//' ${MAKEFILE_PATH}
1917

20-
#
21-
## IMPORTANT: Automatically managed
22-
## Must NOT UNCOMMENT the #include lines below
23-
#
24-
#include ${MAKEFILES_DIR}/circleci/circleci.mk
25-
#include ${MAKEFILES_DIR}/release-mgmt/release.mk
26-
#include ${MAKEFILES_DIR}/terraform13/terraform13.mk
27-
#include ${MAKEFILES_DIR}/terratest13/terratest13.mk
18+
-include ${MAKEFILES_DIR}/circleci/circleci.mk
19+
-include ${MAKEFILES_DIR}/release-mgmt/release.mk
20+
-include ${MAKEFILES_DIR}/terraform13/terraform13.mk
21+
-include ${MAKEFILES_DIR}/terratest13/terratest13.mk

0 commit comments

Comments
 (0)