comport/.git-ci/gitlab-iem.yml
2024-12-16 17:59:30 +01:00

16 lines
283 B
YAML

---
include:
- https://git.iem.at/pd/iem-ci/raw/main/pd-lib-builder/gitlab-iem.yml
version:
image: alpine:latest
stage: prepare
script:
- apk add git
- .git-ci/version2meta.sh
artifacts:
paths:
- comport-meta.pd
when: always
name: ${CI_JOB_NAME}