summaryrefslogtreecommitdiff
path: root/ci-prod-subplot.ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-01-15 11:32:44 +0200
committerLars Wirzenius <liw@liw.fi>2020-01-15 11:32:44 +0200
commit057aa067d8fc0900fa5bd3b3d8eb9f0314309f63 (patch)
treeb8f4968682498705458cfbeab0e3531b27048ecf /ci-prod-subplot.ick
parent41e59b457ad609f3c54d670de5e35c091e007fcb (diff)
downloadliw-ci-057aa067d8fc0900fa5bd3b3d8eb9f0314309f63.tar.gz
Add: ideas.liw.fi
Diffstat (limited to 'ci-prod-subplot.ick')
-rw-r--r--ci-prod-subplot.ick18
1 files changed, 18 insertions, 0 deletions
diff --git a/ci-prod-subplot.ick b/ci-prod-subplot.ick
index 2e481a6..3aff140 100644
--- a/ci-prod-subplot.ick
+++ b/ci-prod-subplot.ick
@@ -13,6 +13,7 @@ projects:
- devscripts
- cargo
- rustc
+ - graphviz
artifact_name: systrees-debian-buster-rust
notify:
- liw@liw.fi
@@ -34,6 +35,8 @@ projects:
- url: http://ci-prod-controller.vm.liw.fi/debian
dist: unstable-ci
section: main
+ rsync_src: examples
+ rsync_target: ickliwfi@journal.liw.fi:/srv/http/examples.subplot.liw.fi
DEBFULLNAME: Lars Wirzenius
DEBEMAIL: liw@liw.fi
systree_name: systrees-debian-buster-rust
@@ -249,6 +252,7 @@ projects:
- ick/build_deb_ci
- list_files
- ick/upload_debs
+ - upload_examples
pipelines:
@@ -272,6 +276,20 @@ pipelines:
- action: rsync
where: host
+ - pipeline: upload_examples
+ parameters:
+ - sources
+ - rsync_src
+ - rsync_target
+ actions:
+ - shell: |
+ mkdir examples
+ cp src/*.html src/*.pdf examples/.
+ where: container
+
+ - action: rsync
+ where: host
+
- pipeline: list_files
actions:
- shell: |