summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-28 16:52:22 +0000
committerLars Wirzenius <liw@liw.fi>2021-11-28 16:52:22 +0000
commit6e323d27c2f64bd33bdc6a41caa4d36b7deb3de6 (patch)
treef39d774f717656b285b42f14e17a63217b53dd6d
parent552a2ada34af32691020dc21ea321eefbbce389f (diff)
parentdb76039a3837d98b2dbc5680eed8df7207a7701f (diff)
downloadobnam2-6e323d27c2f64bd33bdc6a41caa4d36b7deb3de6.tar.gz
Merge branch 'fix-subplot' into 'main'
fix: subplot to work with current Subplot See merge request obnam/obnam!192
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--obnam.md4
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ba57cc..161f221 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ variables:
check:
parallel:
matrix:
- - IMAGE: buster-main
- IMAGE: bullseye-main
image: registry.gitlab.com/obnam/container-images:$IMAGE
script:
diff --git a/obnam.md b/obnam.md
index 97f6183..bada9c6 100644
--- a/obnam.md
+++ b/obnam.md
@@ -8,8 +8,8 @@ bindings:
- subplot/data.yaml
- lib/files.yaml
- lib/runcmd.yaml
-template: python
-functions:
+impls:
+ python:
- subplot/server.py
- subplot/client.py
- subplot/data.py