fix: remove tmp changelog
Some checks failed
ci/woodpecker/push/sync Pipeline was successful
ci/woodpecker/deployment/sync Pipeline was successful
ci/woodpecker/deployment/publish Pipeline was successful
ci/woodpecker/deployment/final Pipeline was successful
ci/woodpecker/manual/sync Pipeline was successful
ci/woodpecker/manual/build-wifi Pipeline failed
ci/woodpecker/manual/build-lte unknown status
ci/woodpecker/manual/copy unknown status

This commit is contained in:
nyyu 2023-02-04 16:03:17 +01:00
parent f916711976
commit 0351de2fe9

View file

@ -15,6 +15,7 @@ pipeline:
commands: commands:
- cd /build - cd /build
- mv -f gitstate-$device-$version.tmp.txt gitstate-$device-$version.txt - mv -f gitstate-$device-$version.tmp.txt gitstate-$device-$version.txt
- rm -f changelog-$device-$version.md
volumes: volumes:
- *build_vol - *build_vol
when: when:
@ -22,4 +23,4 @@ pipeline:
- deployment - deployment
depends_on: depends_on:
- publish - publish