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
cubicweb
cubicweb
Commits
78033eef54a7
Commit
276f00c3
authored
Jun 30, 2021
by
Laurent Peuch
Browse files
ci: we use gitlab readthedocs integration which is better
parent
150317ecb2b8
Pipeline
#65252
passed with stages
in 41 minutes and 13 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
78033eef
...
...
@@ -275,19 +275,6 @@ py3-from-forge-misc:
junit
:
/builds/cubicweb/cubicweb/from-forge-misc.xml
expire_in
:
2 weeks
trigger-readthedocs
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
-
if
:
'
$CI_COMMIT_REF_NAME
==
"branch/default"'
changes
:
-
cubicweb/**/*
-
doc/**/*
stage
:
after-tests
script
:
# regarding the " everywhere when there is a '%': yaml is extremly weird when % are involved
-
curl -X POST -d "token=${READTHEDOCS_TOKEN}" https://readthedocs.org/api/v2/webhook/cubicweb/33537/ -w "\nhttp code:"\ "%{http_code}\n" -f
sonarqube
:
stage
:
qa
image
:
sonarsource/sonar-scanner-cli
...
...
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