pidgin/dictionaries

output that we're creating a new zip file
draft
2022-02-15, Gary Kramlich
13aee942cb25
output that we're creating a new zip file
environment:
- REPO=pidgin/windows-dictionaries
- TAG=latest
tasks:
import:
type: docker/import
files: .:.
build:
type: docker/build
dockerfile: Dockerfile
tag: ${REPO}:${TAG}
files: .:.
mklang:
type: docker/run
image: ${REPO}:${TAG}
script: ./mk-lang-zip
export:
type: docker/export
files: dicts
clean:
type: convey/clean
files: dicts
plans:
default:
stages:
- tasks: [clean, import, build, mklang, export]