Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary environment variable from run.sh
Browse files Browse the repository at this point in the history
jaydrogers committed Dec 21, 2023
1 parent bc6c3d9 commit 73cf5cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/actions/run.sh
Original file line number Diff line number Diff line change
@@ -6,6 +6,5 @@ action_run(){

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

0 comments on commit 73cf5cc

Please sign in to comment.