Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
ed826ebc49e8
Commit
41a9d823
authored
May 28, 2020
by
Laurent Peuch
Browse files
[gitlab-ci] only trigger readthedocs on branch/default
parent
5fc386dd4a20
Pipeline
#8045
passed with stages
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed826ebc
...
...
@@ -39,6 +39,9 @@ trigger-other-pipelines:
-
curl -X POST -F "variables[TRIGGERED_FROM_OTHER_PROJECT]=true" -F "token=$LOGILAB_DATABASE_PIPELINE_TRIGGER_TOKEN" -F ref=branch/default https://forge.extranet.logilab.fr/api/v4/projects/248/trigger/pipeline -w "\nhttp code:"\ "%{http_code}\n" -f
trigger-readthedocs
:
only
:
refs
:
-
branch/default
stage
:
after-tests
script
:
# regarding the " everywhere when there is a '%': yaml is extremly weird when % are involved
...
...
Write
Preview
Supports
Markdown
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