Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
a757ed20
Commit
a757ed20
authored
Jun 11, 2020
by
Pierre Paleo
Browse files
Remove pages_docker. Pages will now be generated on another machine.
parent
82c09a6f
Pipeline
#27126
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a757ed20
...
...
@@ -79,18 +79,3 @@ pages_shell:
-
shell
pages_docker
:
extends
:
.pages_base
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
variables
:
LOCAL_REPO
:
$LOCAL_REPO_DOCKER
VENV_DIR
:
$VENV_DIR_DOCKER
tags
:
-
docker
before_script
:
-
apt install --yes pandoc
-
mkdir -p $VENV_DIR
-
python -m venv $VENV_DIR
-
source $VENV_DIR/bin/activate
-
pip install --upgrade pip
-
pip install sphinx cloud_sptheme nbsphinx recommonmark numpy
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment