Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust: Echo
cargo $args
into the logs
The logs otherwise just contain: ``` --> RUN set -e; cargo $args; cargo sweep -r -t $EARTHLY_SWEEP_DAYS; cargo sweep -r -i; $EARTHLY_FUNCTIONS_HOME/copy-output.sh "$output"; ``` which doesn't show what is actually being run.
- Loading branch information