From f171c7f0eb40af632617cab40a77c42c8e767f97 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 16 Jan 2026 16:08:26 +1100 Subject: [PATCH] fix ci-cd --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index e680bea..a3cbd5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,14 +55,14 @@ steps: - name: shared path: /shared commands: - - cp /shared/vctp-linux-amd64 ./build/vctp-linux-amd64 - #- find . - - 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/ + - cp /shared/vctp-linux-amd64 ./build/vctp-linux-amd64 + #- find . + - 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 image: plugins/semver