Skip to content

Commit efbaa45

Browse files
committed
correct log path for LIVE build, circleci need
1 parent e778724 commit efbaa45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
name: Container Logs
7272
command: |
7373
mkdir -p ${BUILD_PATH}
74-
docker logs ${CONTAINER_NAME_LIVE} > ${BUILD_PATH}/log_output-LIVE_Apache.txt
75-
docker logs db > ${BUILD_PATH}/log_output-LIVE_MySQL.txt
74+
docker logs ${CONTAINER_NAME_LIVE}-web-1 > ${BUILD_PATH}/log_output-LIVE_Apache.txt
75+
docker logs ${CONTAINER_NAME_LIVE}-db-1 > ${BUILD_PATH}/log_output-LIVE_MySQL.txt
7676
7777
- run: start_container_live
7878

0 commit comments

Comments
 (0)