Skip to content

Commit

Permalink
Do not push log file names with a slash
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed May 10, 2024
1 parent 6e1c114 commit 03710de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ E2E_COMPOSE_TEST:
LOCALLY
ENV TEST=$test
ENV DEBUG=$debug
LET project_name=$(echo $test | sed 's/\./_/g')
LET project_name=$(echo $test | sed 's/[./]/_/g')
IF docker compose > /dev/null 2>&1
LET CMD="docker compose"
ELSE
Expand Down

0 comments on commit 03710de

Please sign in to comment.