Skip to content

Commit

Permalink
add SKIP_CODECOV to docker-compose for docker container app only
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Dec 19, 2024
1 parent 77df4f0 commit 1d7e64b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/docs-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ services:
- SPLIT_IDX
- TOTAL_SPLITS
- SSH_AUTH_SOCK=/ssh-agent
- SKIP_CODECOV=true
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ services:
- SPLIT_IDX
- TOTAL_SPLITS
- GOPATH=/go
- SKIP_CODECOV=true

0 comments on commit 1d7e64b

Please sign in to comment.