From 5727743d171de695b9e5567995160b49a67e9506 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Oct 2019 22:00:47 +0300 Subject: Drop: unused pipelines --- ci-prod-websites.ick | 66 ---------------------------------------------------- 1 file changed, 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 -- cgit v1.2.1