Addition test bash
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Xander Sigler 2022-01-18 10:54:03 -08:00
parent 6e6d95ba40
commit 87ff61c7dd

View File

@ -8,6 +8,8 @@ steps:
commands: commands:
- echo 'Starting build pipeline for RadarrSharp' - echo 'Starting build pipeline for RadarrSharp'
- echo ${DRONE_BUILD_NUMBER} - echo ${DRONE_BUILD_NUMBER}
- echo "$((1+2))"
- echo $((3+4))
- name: test - name: test
image: mcr.microsoft.com/dotnet/sdk:5.0 image: mcr.microsoft.com/dotnet/sdk:5.0