Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
conda
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
conda
Commits
88b64a43
Verified
Commit
88b64a43
authored
Feb 08, 2019
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: use nightly container
parent
653c3379
Pipeline
#47848
passed with stages
in 48 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
88b64a43
...
...
@@ -47,11 +47,11 @@ docs:
dependencies
:
-
build-latest
only
:
-
master
-
schedules
before_script
:
# install python
-
apk add python3
-
export LSCSOFT_CONDA_DOCKER_IMAGE="${
TAG
}"
-
export LSCSOFT_CONDA_DOCKER_IMAGE="${
NIGHTLY
}"
-
python3 -m pip install -r docs/requirements.txt
script
:
-
cd docs
...
...
@@ -68,7 +68,7 @@ pages:
dependencies
:
-
docs
only
:
-
master
-
schedules
script
:
-
mv build/sphinx/html public
artifacts
:
...
...
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