File tree 2 files changed +3
-12
lines changed 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 48
48
docker logs db > ${BUILD_PATH}/log_output-DEV_MySQL.txt
49
49
50
50
- run :
51
- name : Kill running ${CONTAINER_NAME} containers
51
+ name : Kill running DEV Containers
52
52
command : |
53
53
make stop
54
54
74
74
docker logs ${CONTAINER_NAME}-db-1 > ${BUILD_PATH}/log_output-LIVE_MySQL.txt
75
75
76
76
- run :
77
- name : Kill running ${CONTAINER_NAME} containers
77
+ name : Kill running LIVE Containers
78
78
command : |
79
79
make stop
80
-
81
- # Build Artifacts
82
-
83
- - store_artifacts :
84
- path : ${BUILD_PATH}
85
- destination : raw-test-output
86
-
87
- - store_test_results :
88
- path : ${BUILD_PATH}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ normal=\033[00m
8
8
9
9
include .env # .env file needs to created for this to work properly
10
10
11
- TAG = 1.8.7
11
+ TAG = 1.9.0
12
12
CONTAINER = apache
13
13
IMAGE_REPO = htmlgraphic
14
14
IMAGE_NAME = $(IMAGE_REPO ) /$(CONTAINER )
You can’t perform that action at this time.
0 commit comments