From 9c9a13f9b8646f2a67463541f1af1ff07af40f7a Mon Sep 17 00:00:00 2001 From: Jason Gegere Date: Fri, 16 Feb 2024 00:28:27 -0600 Subject: [PATCH] artifacts not needed --- .circleci/config.yml | 13 ++----------- Makefile | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 77f9579..b016aed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: docker logs db > ${BUILD_PATH}/log_output-DEV_MySQL.txt - run: - name: Kill running ${CONTAINER_NAME} containers + name: Kill running DEV Containers command: | make stop @@ -74,15 +74,6 @@ jobs: docker logs ${CONTAINER_NAME}-db-1 > ${BUILD_PATH}/log_output-LIVE_MySQL.txt - run: - name: Kill running ${CONTAINER_NAME} containers + name: Kill running LIVE Containers command: | make stop - -# Build Artifacts - - - store_artifacts: - path: ${BUILD_PATH} - destination: raw-test-output - - - store_test_results: - path: ${BUILD_PATH} diff --git a/Makefile b/Makefile index ce25501..abcb16f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ normal=\033[00m include .env # .env file needs to created for this to work properly -TAG = 1.8.7 +TAG = 1.9.0 CONTAINER = apache IMAGE_REPO = htmlgraphic IMAGE_NAME = $(IMAGE_REPO)/$(CONTAINER)