File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff 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/sumologic@1.0.6
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments