delay daily aggregation job by 10 minutes
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-01-16 16:07:35 +11:00
parent 9dc94bd405
commit 7c76825813
2 changed files with 7 additions and 2 deletions

View File

@@ -50,13 +50,18 @@ steps:
image: ghcr.io/goreleaser/nfpm
environment:
TZ: UTC
NFPM_VERSION: '${DRONE_BUILD_NUMBER}'
volumes:
- name: shared
path: /shared
commands:
- cp /shared/vctp-linux-amd64 ./build/vctp-linux-amd64
#- find .
- nfpm package --config vctp.yml --packager rpm --target ./build/ --version ${DRONE_BUILD_NUMBER}
- VERSION=$(grep '^version:' vctp.yml | awk '{print $2}' | tr -d '"')
- VERSION=${VERSION#v}
- export NFPM_VERSION=$VERSION
- echo "nfpm version: ${NFPM_VERSION}"
- nfpm package --config vctp.yml --packager rpm --target ./build/
- ls -lah ./build/
- name: semver