aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2024-07-10 14:58:26 +0100
committerhalil.cakal <halil.cakal@est.tech>2024-07-10 14:58:33 +0100
commitd423e917b4ff02547b723b5a16efbe33bc4ae930 (patch)
tree5dcd619813db4e089a721236016bbadf09601f3b
parentdd1b77b906052911b4883c7fa515ca1f2f2e9fda (diff)
Remove nginx logs that not being used anywhere
Issue-ID: CPS-2038 Change-Id: Iba8950db4f3fcfc13f32bf915189f5fcb2ccee90 Signed-off-by: halil.cakal <halil.cakal@est.tech>
-rwxr-xr-xcsit/run-csit.sh4
-rw-r--r--docker-compose/docker-compose.yml1
2 files changed, 0 insertions, 5 deletions
diff --git a/csit/run-csit.sh b/csit/run-csit.sh
index 7f8f6b5270..93941e2163 100755
--- a/csit/run-csit.sh
+++ b/csit/run-csit.sh
@@ -187,10 +187,6 @@ export TESTOPTIONS="${2}"
rm -rf "$WORKSPACE/archives/$TESTPLAN"
mkdir -p "$WORKSPACE/archives/$TESTPLAN"
-rm -rf "$WORKSPACE/nginx-log"
-mkdir -p "$WORKSPACE/nginx-log"
-chmod -R 755 "$WORKSPACE/nginx-log"
-
TESTPLANDIR="${WORKSPACE}/${TESTPLAN}"
# Run installation of prerequired libraries
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index 908673a700..2ecd456fc5 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -77,7 +77,6 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./proxy_params:/etc/nginx/proxy_params
- - ../csit/nginx-log:/var/log/nginx
### if kafka is not required comment out zookeeper and kafka ###
zookeeper: