Does anyone know if there is a full list of substitutions available anywhere? By this I mean the other variables available like DRONE_TAG, DRONE_BRANCH, DRONE_BUILD_NUMBER etc.
I have searched the documentation, codebase, issues etc but couldn’t find this anywhere.
Using - env will also print all available environment variables and their values.
Please be careful when using that since it will print any secrets configured for that step and/or global secrets.