Skip to content
Snippets Groups Projects
Commit 938ff4a7 authored by David Schäfer's avatar David Schäfer
Browse files

Trying to fix the failing pipeline

parent 6f4fbd4a
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #6792 passed with stage
in 6 minutes and 14 seconds
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -qq update
......@@ -9,8 +12,6 @@ before_script:
- export PYENV_ROOT="$HOME/.pyenv"
- export PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)"
- git clone https://git.ufz.de/rdm/dios ~/dios
- export PYTHONPATH="$HOME/dios":$PYTHONPATH
test:python36:
......
[submodule "dios"]
path = dios
url = https://git.ufz.de/rdm/dios.git
url = ../../rdm/dios.git
  • good point, big thx to dive into that and take action 🙏

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment