Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

master
97WaterPolo 1 year ago
parent eed889bde9
commit 83746a8ae6

@ -12,6 +12,10 @@ steps:
- echo 'Starting build pipeline for RadarrSharp' - echo 'Starting build pipeline for RadarrSharp'
- echo Drone build number is ${DRONE_BUILD_NUMBER} - echo Drone build number is ${DRONE_BUILD_NUMBER}
- echo Revision is $((${DRONE_BUILD_NUMBER}-$BUILD_NUM_SINCE_LAST_MINOR_VERSION)) - echo Revision is $((${DRONE_BUILD_NUMBER}-$BUILD_NUM_SINCE_LAST_MINOR_VERSION))
- echo Registry URL is $REGISTRY_URL
environment:
REGISTRY_URL:
from_secret: gitea_registry_url
- name: nuget-publish - name: nuget-publish
image: mcr.microsoft.com/dotnet/sdk:5.0 image: mcr.microsoft.com/dotnet/sdk:5.0

Loading…
Cancel
Save