Skip to content

Commit

Permalink
ci: add pipeline identification (#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Aug 20, 2020
1 parent f62d31b commit 536d031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,4 @@ Refer to our [contribution guidelines](https://github.com/prisma/prisma/blob/mas
[![Build status](https://badge.buildkite.com/590e1981074b70961362481ad8319a831b44a38c5d468d6408.svg)](https://buildkite.com/prisma/prisma2-test)
- E2E Tests Status:
[![Actions Status](https://github.com/prisma/prisma2-e2e-tests/workflows/test/badge.svg)](https://github.com/prisma/prisma2-e2e-tests/actions)

1 change: 1 addition & 0 deletions src/.buildkite/publish/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
- PATCH_BRANCH
- DRY_RUN
- CI
- PRISMA_TELEMETRY_INFORMATION="prisma publish"
depends_on:
- postgres
- mysql
Expand Down
1 change: 1 addition & 0 deletions src/.buildkite/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- BUILDKITE_BRANCH
- PATCH_BRANCH
- CI
- PRISMA_TELEMETRY_INFORMATION="prisma test"
depends_on:
- postgres
- mysql
Expand Down

0 comments on commit 536d031

Please sign in to comment.