Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4ae376dd
Commit
4ae376dd
authored
Oct 15, 2021
by
Andrejs Cunskis
Committed by
Andrejs Cunskis
Oct 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix allure report MR detection
parent
3b9f8743
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.gitlab/ci/review-apps/qa.gitlab-ci.yml
.gitlab/ci/review-apps/qa.gitlab-ci.yml
+3
-1
No files found.
.gitlab/ci/review-apps/qa.gitlab-ci.yml
View file @
4ae376dd
...
@@ -33,13 +33,15 @@
...
@@ -33,13 +33,15 @@
.allure-report-base
:
.allure-report-base
:
image
:
image
:
name
:
${GITLAB_DEPENDENCY_PROXY}andrcuns/allure-report-publisher:0.3.
4
name
:
${GITLAB_DEPENDENCY_PROXY}andrcuns/allure-report-publisher:0.3.
6
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
stage
:
post-qa
stage
:
post-qa
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
STORAGE_CREDENTIALS
:
$QA_ALLURE_REPORT_GCS_CREDENTIALS
STORAGE_CREDENTIALS
:
$QA_ALLURE_REPORT_GCS_CREDENTIALS
GITLAB_AUTH_TOKEN
:
$GITLAB_QA_MR_ALLURE_REPORT_TOKEN
GITLAB_AUTH_TOKEN
:
$GITLAB_QA_MR_ALLURE_REPORT_TOKEN
ALLURE_PROJECT_PATH
:
$CI_PROJECT_PATH
ALLURE_MERGE_REQUEST_IID
:
$CI_MERGE_REQUEST_IID
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
|
-
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment