Updated bash subtraction error
continuous-integration/drone/push Build is passing Details

Xander Sigler 3 years ago
parent 0a4a81c1fd
commit 6564f3cf69

@ -12,8 +12,7 @@ steps:
- echo 'Starting build pipeline for RadarrSharp'
- echo ${DRONE_BUILD_NUMBER}
- echo "$((${DRONE_BUILD_NUMBER}-15))"
- echo $((3+4-20))
- echo Revision is $((${DRONE_BUILD_NUMBER}-${BUILD_NUM_SINCE_LAST_MINOR_VERSION}))
- echo Revision is $((${DRONE_BUILD_NUMBER}-$BUILD_NUM_SINCE_LAST_MINOR_VERSION))
- name: test
image: mcr.microsoft.com/dotnet/sdk:5.0

Loading…
Cancel
Save