I have a any branch but merge whit master this is the error:
**.........✖ Could not check Quality Gate status**
This is the error when run pipeline
+ docker container run \
--volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \
--volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \
--volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \
--volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \
--volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-quality-gate:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-quality-gate \
--workdir=$(pwd) \
--label=org.bitbucket.pipelines.system=true \
--env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \
--env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \
--env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \
--env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \
--env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \
--env=CI="$CI" \
--env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \
--env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \
--env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \
--env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \
--env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \
--env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \
--env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \
--env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \
--env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \
--env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \
--env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \
--env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \
--env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \
--env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \
--env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \
--env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \
--env=DOCKER_HOST="tcp://host.docker.internal:2375" \
--env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \
--env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-quality-gate" \
--env=SONAR_TOKEN="${SONAR_TOKEN}" \
--add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \
sonarsource/sonarcloud-quality-gate:0.1.3
Unable to find image 'sonarsource/sonarcloud-quality-gate:0.1.3' locally
0.1.3: Pulling from sonarsource/sonarcloud-quality-gate
b8f262c62ec6: Pulling fs layer
16938d97b797: Pulling fs layer
6c3f0bbcc6b5: Pulling fs layer
1aa6ccbdaf4e: Pulling fs layer
c9d062f7c23a: Pulling fs layer
36424831e5d3: Pulling fs layer
33afd56faf65: Pulling fs layer
ad25bbffc92a: Pulling fs layer
c9d062f7c23a: Waiting
36424831e5d3: Waiting
33afd56faf65: Waiting
ad25bbffc92a: Waiting
1aa6ccbdaf4e: Waiting
16938d97b797: Verifying Checksum
16938d97b797: Download complete
b8f262c62ec6: Verifying Checksum
b8f262c62ec6: Download complete
1aa6ccbdaf4e: Download complete
6c3f0bbcc6b5: Verifying Checksum
6c3f0bbcc6b5: Download complete
c9d062f7c23a: Verifying Checksum
c9d062f7c23a: Download complete
36424831e5d3: Download complete
33afd56faf65: Verifying Checksum
33afd56faf65: Download complete
ad25bbffc92a: Verifying Checksum
ad25bbffc92a: Download complete
b8f262c62ec6: Pull complete
16938d97b797: Pull complete
6c3f0bbcc6b5: Pull complete
1aa6ccbdaf4e: Pull complete
c9d062f7c23a: Pull complete
36424831e5d3: Pull complete
33afd56faf65: Pull complete
ad25bbffc92a: Pull complete
Digest: sha256:ec3fce26d3c67ee542841e740d7de97301389f3303ac481227f4e4eecf592600
Status: Downloaded newer image for sonarsource/sonarcloud-quality-gate:0.1.3
.........✖ Could not check Quality Gate status
I need help with this.
Thanks ![]()