Skip to content

Commit 73cf5cc

Browse files
committed
Remove unnecessary environment variable from run.sh
1 parent bc6c3d9 commit 73cf5cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/actions/run.sh

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ action_run(){
66

77
# Run Docker Compose without dependencies. Ensure automations and S6 logging are disabled
88
$COMPOSE_CMD run --remove-orphans --no-deps --rm \
9-
-e "LOG_LEVEL=off" \
109
"${args[@]}"
1110
}

0 commit comments

Comments
 (0)