Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
build.postmarketos.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
build.postmarketos.org
Commits
fea2c790
Verified
Commit
fea2c790
authored
10 months ago
by
Robert Eckelmann
Browse files
Options
Downloads
Patches
Plain Diff
ci: fix ci user config for docs
parent
7209a45e
No related branches found
No related tags found
No related merge requests found
Pipeline
#186194
passed
10 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/docs.sh
+2
-1
2 additions, 1 deletion
.ci/docs.sh
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
1 deletion
.ci/docs.sh
+
2
−
1
View file @
fea2c790
...
@@ -8,7 +8,8 @@
...
@@ -8,7 +8,8 @@
if
[
"
$(
id
-u
)
"
=
0
]
;
then
if
[
"
$(
id
-u
)
"
=
0
]
;
then
set
-x
set
-x
apk
-q
add
\
apk
-q
add
\
py3-sphinx_rtd_theme
py3-sphinx_rtd_theme
\
py3-sphinxcontrib-autoprogram
exec
su
"
${
TESTUSER
:-
pmos
}
"
-c
"sh -e
$0
"
exec
su
"
${
TESTUSER
:-
pmos
}
"
-c
"sh -e
$0
"
fi
fi
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
0
View file @
fea2c790
...
@@ -33,6 +33,8 @@ vermin:
...
@@ -33,6 +33,8 @@ vermin:
docs
:
docs
:
stage
:
test
stage
:
test
before_script
:
-
"
adduser
-D
pmos"
script
:
script
:
-
apk add py3-sphinx py3-sphinx_rtd_theme py3-flask py3-sqlalchemy py3-myst-parser
-
apk add py3-sphinx py3-sphinx_rtd_theme py3-flask py3-sqlalchemy py3-myst-parser
-
"
.ci/docs.sh"
-
"
.ci/docs.sh"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment