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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
67603d04
Commit
67603d04
authored
Mar 08, 2017
by
winniehell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify trigger_docs build job for CE and EE (!9820)
parent
9bfff603
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
changelogs/unreleased/simplify-docs-trigger.yml
changelogs/unreleased/simplify-docs-trigger.yml
+4
-0
No files found.
.gitlab-ci.yml
View file @
67603d04
...
...
@@ -389,9 +389,10 @@ trigger_docs:
cache
:
{}
artifacts
:
{}
script
:
-
"
curl
-X
POST
-F
token=${DOCS_TRIGGER_TOKEN}
-F
ref=master
-F
variables[PROJECT]=
ce
https://gitlab.com/api/v3/projects/1794617/trigger/builds"
-
"
curl
-X
POST
-F
token=${DOCS_TRIGGER_TOKEN}
-F
ref=master
-F
variables[PROJECT]=
${CI_PROJECT_NAME}
https://gitlab.com/api/v3/projects/1794617/trigger/builds"
only
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
# Notify slack in the end
notify:slack:
...
...
changelogs/unreleased/simplify-docs-trigger.yml
0 → 100644
View file @
67603d04
---
title
:
Simplify trigger_docs build job for CE and EE
merge_request
:
9820
author
:
winniehell
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