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
workflow
ewoksapps
est
Commits
f6f716d9
Commit
f6f716d9
authored
Aug 01, 2019
by
Henri Payno
Browse files
[submodule] fix ci since standard usage of submodule
parent
ebce6a2a
Pipeline
#13218
failed with stage
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6f716d9
...
...
@@ -28,9 +28,7 @@ variables:
-
python -m pip install fabio --upgrade --pre
-
python -m pip install silx --upgrade --pre
-
python -m pip install pymca --upgrade --pre
-
cd xas
-
git clone https://gitlab.esrf.fr/payno/pushworkflow.git
-
cd -
-
git submodule update --init --recursive
-
python -m pip install -e .
-
python -m xas --help
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a xas test -v
...
...
@@ -57,9 +55,7 @@ variables:
-
python -m pip install fabio --upgrade --pre
-
python -m pip install silx --upgrade --pre
-
install_larch
-
cd xas
-
git clone https://gitlab.esrf.fr/payno/pushworkflow.git
-
cd -
-
git submodule update --init --recursive
-
python -m pip install -e .
-
python -m xas --help
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a xas test -v
...
...
@@ -87,9 +83,7 @@ variables:
-
python -m pip install silx --upgrade --pre
-
python -m pip install pymca --upgrade --pre
-
install_larch
-
cd xas
-
git clone https://gitlab.esrf.fr/payno/pushworkflow.git
-
cd -
-
git submodule update --init --recursive
-
python -m pip install -e .
-
python -m xas --help
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a xas test -v
...
...
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