Skip to content

Commit 5f14b82

Browse files
committed
comment
1 parent 030fd1b commit 5f14b82

16 files changed

Lines changed: 16 additions & 48 deletions

.github/workflows/test-integrations-agents.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-ai-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-ai.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-cloud.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4949
- name: Mark workspace safe for git (3.6/3.7 container)
50-
# actions/checkout sets safe.directory under a temporary HOME that is
51-
# discarded after the step, so the workspace is again "dubious ownership"
52-
# for later steps. Re-add it under the container's real HOME so that
50+
# needed to make git rev-parse work in the containers
5351
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5452
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5553
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-dbs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
- name: "Setup ClickHouse Server"
6363
uses: getsentry/action-clickhouse-in-ci@5dc8a6a50d689bd6051db0241f34849e5a36490b # v1.7
6464
- name: Mark workspace safe for git (3.6/3.7 container)
65-
# actions/checkout sets safe.directory under a temporary HOME that is
66-
# discarded after the step, so the workspace is again "dubious ownership"
67-
# for later steps. Re-add it under the container's real HOME so that
65+
# needed to make git rev-parse work in the containers
6866
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
6967
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
7068
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-flags.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-gevent.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-graphql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/test-integrations-mcp.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
- name: Mark workspace safe for git (3.6/3.7 container)
46-
# actions/checkout sets safe.directory under a temporary HOME that is
47-
# discarded after the step, so the workspace is again "dubious ownership"
48-
# for later steps. Re-add it under the container's real HOME so that
46+
# needed to make git rev-parse work in the containers
4947
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.
5048
if: ${{ matrix.python-version == '3.6' || matrix.python-version == '3.7' }}
5149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)