From a5daad504a2cc1f17f6d2a2ae576c3022032395d Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Tue, 18 Jan 2022 10:55:40 -0800 Subject: [PATCH] drone attempt subtraction --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4e1cef4..a521535 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,8 @@ steps: commands: - echo 'Starting build pipeline for RadarrSharp' - echo ${DRONE_BUILD_NUMBER} - - echo "$((1+2))" - - echo $((3+4)) + - echo "$((${DRONE_BUILD_NUMBER}-15))" + - echo $((3+4-20)) - name: test image: mcr.microsoft.com/dotnet/sdk:5.0