Skip to content
Snippets Groups Projects
Verified Commit 6788465c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: cherry-pick pipeline changes of dev

parent 0599c349
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -191,6 +191,9 @@ trigger_octavelib: ...@@ -191,6 +191,9 @@ trigger_octavelib:
trigger: trigger:
project: caosdb/src/caosdb-octavelib project: caosdb/src/caosdb-octavelib
branch: $OCTAVELIB_REF branch: $OCTAVELIB_REF
# It's ok if octave fails in case of features that might already be
# implemented in proto, server, and cpplib, but not yet in Octave.
allow_failure: true
# ... and for Julia. # ... and for Julia.
trigger_julialib: trigger_julialib:
...@@ -210,6 +213,9 @@ trigger_julialib: ...@@ -210,6 +213,9 @@ trigger_julialib:
trigger: trigger:
project: caosdb/src/caosdb-julialib project: caosdb/src/caosdb-julialib
branch: $JULIALIB_REF branch: $JULIALIB_REF
# It's ok if julia fails in case of features that might already be
# implemented in proto, server, and cpplib, but not yet in Julia.
allow_failure: true
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
......
bottle==0.12.21 bottle==0.12.23
certifi==2022.6.15 certifi==2022.9.24
charset-normalizer==2.1.0 charset-normalizer==2.1.1
colorama==0.4.5 colorama==0.4.6
conan==1.52.0 conan==1.54.0
distro==1.6.0 distro==1.7.0
fasteners==0.17.3 fasteners==0.18
future==0.18.2 future==0.18.2
idna==3.3 idna==3.4
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.1 MarkupSafe==2.1.1
node-semver==0.6.1 node-semver==0.6.1
patch-ng==1.17.4 patch-ng==1.17.4
pluginbase==1.0.1 pluginbase==1.0.1
Pygments==2.12.0 Pygments==2.13.0
PyJWT==2.4.0 PyJWT==2.6.0
python-dateutil==2.8.2 python-dateutil==2.8.2
PyYAML==5.4.1 PyYAML==6.0
requests==2.28.1 requests==2.28.1
six==1.16.0 six==1.16.0
tqdm==4.64.0 tqdm==4.64.1
urllib3==1.26.9 urllib3==1.26.12
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