add sentry org to the env vars (#22416)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
931142b640
Коммит
87755d6994
5
.github/workflows/ci.yml
поставляемый
5
.github/workflows/ci.yml
поставляемый
@@ -265,7 +265,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||||
run: |
|
run: |
|
||||||
export TAG=$(echo "${{ github.event.pull_request.head.sha }}" | cut -c1-7)
|
export TAG=$(echo "${{ github.event.pull_request.head.sha || github.sha }}" | cut -c1-7)
|
||||||
cd build
|
cd build
|
||||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
export MM_PACKAGE=https://pr-builds.mattermost.com/mattermost-server/commit/${GITHUB_SHA}/mattermost-team-linux-amd64.tar.gz
|
export MM_PACKAGE=https://pr-builds.mattermost.com/mattermost-server/commit/${GITHUB_SHA}/mattermost-team-linux-amd64.tar.gz
|
||||||
@@ -277,9 +277,10 @@ jobs:
|
|||||||
- test-postgres-binary
|
- test-postgres-binary
|
||||||
- test-postgres-normal
|
- test-postgres-normal
|
||||||
- test-mysql
|
- test-mysql
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
env:
|
env:
|
||||||
SENTRY_CLI_VERSION: 1.64.1
|
SENTRY_CLI_VERSION: 1.64.1
|
||||||
|
SENTRY_ORG: mattermost-mr
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout mattermost-server
|
- name: Checkout mattermost-server
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user