fix: fix: gardener-run.sh hardcodes LOG_FILE to read-only $SCRIPT_DIR (#210)
This commit is contained in:
parent
8522ee9abc
commit
8184baf759
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ source "$FACTORY_ROOT/lib/agent-sdk.sh"
|
|||
# shellcheck source=../lib/pr-lifecycle.sh
|
||||
source "$FACTORY_ROOT/lib/pr-lifecycle.sh"
|
||||
|
||||
LOG_FILE="$SCRIPT_DIR/gardener.log"
|
||||
LOG_FILE="${DISINTO_LOG_DIR}/gardener/gardener.log"
|
||||
# shellcheck disable=SC2034 # consumed by agent-sdk.sh
|
||||
LOGFILE="$LOG_FILE"
|
||||
# shellcheck disable=SC2034 # consumed by agent-sdk.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue