add sentry org to the env vars (#22416)

This commit is contained in:
Ibrahim Serdar Acikgoz
2023-03-02 18:07:08 +03:00
committed by GitHub
parent 931142b640
commit 87755d6994
+3 -2
View File
@@ -265,7 +265,7 @@ jobs:
env:
DOCKER_CLI_EXPERIMENTAL: enabled
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
export DOCKER_CLI_EXPERIMENTAL=enabled
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-normal
- test-mysql
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'push' }}
env:
SENTRY_CLI_VERSION: 1.64.1
SENTRY_ORG: mattermost-mr
steps:
- name: Checkout mattermost-server
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0