srijeet0406 commented on code in PR #7239:
URL: https://github.com/apache/trafficcontrol/pull/7239#discussion_r1042561557
##########
.github/workflows/codeql.java.yml:
##########
@@ -37,6 +37,8 @@ jobs:
RHEL_VERSION: rhel_version
STARTUP_SCRIPT_DIR: /startup-dir
STARTUP_SCRIPT_LOC: ../core/src/main/lib/systemd/system
+ LOGROTATE_SCRIPT_DIR: /etc/logrotate.d
+ LOGROTATE_SCRIPT_LOC: ./core/src/main/lib/logrotate
Review Comment:
typo, needs to be `../core`, instead of `./core`
##########
.github/workflows/tr.tests.yaml:
##########
@@ -24,6 +24,8 @@ env:
RHEL_VERSION: rhel_version
STARTUP_SCRIPT_DIR: /startup-dir
STARTUP_SCRIPT_LOC: ../core/src/main/lib/systemd/system
+ LOGROTATE_SCRIPT_DIR: /etc/logrotate.d
+ LOGROTATE_SCRIPT_LOC: ./core/src/main/lib/logrotate
Review Comment:
Same
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]