Updated bash subtraction error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0a4a81c1fd
commit
6564f3cf69
@ -12,8 +12,7 @@ steps:
|
|||||||
- echo 'Starting build pipeline for RadarrSharp'
|
- echo 'Starting build pipeline for RadarrSharp'
|
||||||
- echo ${DRONE_BUILD_NUMBER}
|
- echo ${DRONE_BUILD_NUMBER}
|
||||||
- echo "$((${DRONE_BUILD_NUMBER}-15))"
|
- 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
|
- name: test
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user