summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-19 22:00:47 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-19 22:00:47 +0300
commit5727743d171de695b9e5567995160b49a67e9506 (patch)
treeca024173cf175033f4f1969be495f47bdf4ec67d
parentdba771f7a6a0d743a71b504f623189bcd7a21971 (diff)
downloadliw-ci-5727743d171de695b9e5567995160b49a67e9506.tar.gz
Drop: unused pipelines
-rw-r--r--ci-prod-websites.ick66
1 files changed, 0 insertions, 66 deletions
diff --git a/ci-prod-websites.ick b/ci-prod-websites.ick
index 3f3253f..3be639b 100644
--- a/ci-prod-websites.ick
+++ b/ci-prod-websites.ick
@@ -185,72 +185,6 @@ pipelines:
- action: rsync
where: host
-
- - pipeline: ql_ikiwiki_publish
- parameters:
- - sources
- - rsync_src
- - rsync_target
- actions:
- - python: |
- import os, re
-
- env = dict(os.environ)
- env['LC_ALL'] = 'fi_FI.UTF8'
-
- sources = params['sources']
- for source in sources:
- dirname = source['location']
- RUN('rm', '-rf', 'html', 'tmp')
- RUN('ql-ikiwiki-preprocess', dirname, 'tmp', env=env)
- RUN('find', '-ls')
- RUN('sed', '-i', '/^srcdir:/d', 'tmp/ikiwiki.setup', env=env)
- RUN('sed', '-i', '/^destdir:/d', 'tmp/ikiwiki.setup', env=env)
- with open('tmp/ikiwiki.setup', 'a') as f:
- f.write('srcdir: /workspace/tmp\n')
- f.write('destdir: /workspace/html\n')
- RUN('ikiwiki', '--setup', 'tmp/ikiwiki.setup', '--verbose', env=env)
- where: container
-
- - action: rsync
- where: host
-
- - pipeline: publish_yarns
- parameters:
- - rsync_src
- - rsync_target
- actions:
- - shell: |
- mkdir html
- cd src/yarns
- pandoc \
- --toc \
- --standalone \
- --self-contained \
- -H yarn.css \
- -o /workspace/html/index.html \
- *.yarn
- where: container
-
- - action: rsync
- where: host
-
- - pipeline: git_export_website
-
- - rsync_src
- - rsync_target
- actions:
-
- - shell: |
- html="$(params | jq -r .rsync_src)"
- mkdir "$html"
- cd src
- git archive HEAD | tar -C "../$html" -xf -
- where: container
-
- - action: rsync
- where: host
-
- pipeline: publish_vmdb2_manual
parameters:
- rsync_src