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

master
97WaterPolo 1 year ago
parent 158387a5bd
commit 6cb1d6e13a

@ -13,6 +13,13 @@ steps:
- echo Drone build number is ${DRONE_BUILD_NUMBER}
- echo Revision is $((${DRONE_BUILD_NUMBER}-$BUILD_NUM_SINCE_LAST_MINOR_VERSION))
- echo Registry URL is ${REGISTRY_URL}
- echo Registry URL is ${gitea_registry_url}
- echo Registry URL is $REGISTRY_URL
- echo Registry URL is $gitea_registry_url}
- echo 'Registry URL is ${REGISTRY_URL}'
- echo 'Registry URL is ${gitea_registry_url}'
- echo 'Registry URL is $REGISTRY_URL'
- echo 'Registry URL is $gitea_registry_url}'
environment:
REGISTRY_URL:
from_secret: gitea_registry_url

Loading…
Cancel
Save