build/.woodpecker/.final.yml

27 lines
457 B
YAML
Raw Normal View History

2023-01-07 01:08:26 +01:00
variables:
- &build_vol '/media/fast/lineage/lineage-20.0:/build'
matrix:
include:
- device: mondrian
version: 20.0
skip_clone: true
pipeline:
final:
pull: true
image: alpine
commands:
- cd /build
- mv -f gitstate-$device-$version.tmp.txt gitstate-$device-$version.txt
2023-02-04 16:03:17 +01:00
- rm -f changelog-$device-$version.md
2023-01-07 01:08:26 +01:00
volumes:
- *build_vol
when:
event:
- deployment
depends_on:
2023-02-04 16:03:17 +01:00
- publish