Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NMFProfiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
Omics data integration tools
NMFProfiler
Commits
2b06075c
Commit
2b06075c
authored
2 months ago
by
Eric Casellas
Browse files
Options
Downloads
Patches
Plain Diff
ci tags availability better fix
parent
0dd283d9
Branches
dev
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
2
View file @
2b06075c
...
...
@@ -105,13 +105,12 @@ pages:
stage
:
deploy
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/python:${PYTHON_TAG}
variables
:
GIT_DEPTH
:
2147483647
GIT_DEPTH
:
0
script
:
-
|
apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y -V git && \
pip install -U sphinx sphinx_rtd_theme myst_parser sphinx-multiversion gitpython && \
git fetch --tags && \
git tag && \
sphinx-multiversion docs/source public
-
|
...
...
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