Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-07 12:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-07 12:09:06 +0300
commitdc7cd84a3edeab2f799e3a99edf33bf2a381eee7 (patch)
tree44b902f672e6bdef2d8852d233b4046ce18320cf /scripts
parente28ed4a6b2aece29230c5dd0e08a0fd458663627 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trigger-build5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/trigger-build b/scripts/trigger-build
index c81af332b0e..3a9301bda3b 100755
--- a/scripts/trigger-build
+++ b/scripts/trigger-build
@@ -258,6 +258,11 @@ module Trigger
ENV['DOCS_BRANCH'] || 'master'
end
+ # `gitlab-org/gitlab-docs` pipeline trigger "Triggered from gitlab-org/gitlab 'review-docs-deploy' job"
+ def trigger_token
+ ENV['DOCS_TRIGGER_TOKEN']
+ end
+
def extra_variables
{
"BRANCH_#{project_slug.upcase}" => ENV['CI_COMMIT_REF_NAME'],