chore(drone): add some variable

master
Bo-Yi Wu 2019-09-07 08:42:30 +08:00
parent 05e1a4c038
commit b4b62cc283
1 changed files with 24 additions and 0 deletions

View File

@ -68,3 +68,27 @@ DRONE_RUNNER_ENVIRON={{ drone_runner_environ }}
{% if drone_runner_privileged_images is defined %}
DRONE_RUNNER_PRIVILEGED_IMAGES={{ drone_runner_privileged_images }}
{% endif %}
{% if drone_secret_plugin_endpoint is defined %}
DRONE_SECRET_PLUGIN_ENDPOINT={{ drone_secret_plugin_endpoint }}
{% endif %}
{% if drone_secret_plugin_skip_verify is defined %}
DRONE_SECRET_PLUGIN_SKIP_VERIFY={{ drone_secret_plugin_skip_verify }}
{% endif %}
{% if drone_secret_plugin_token is defined %}
DRONE_SECRET_PLUGIN_TOKEN={{ drone_secret_plugin_token }}
{% endif %}
{% if drone_trace is defined %}
DRONE_TRACE={{ drone_trace }}
{% endif %}
{% if drone_ui_disabled is defined %}
DRONE_UI_DISABLED={{ drone_ui_disabled }}
{% endif %}
{% if drone_ui_password is defined %}
DRONE_UI_PASSWORD={{ drone_ui_password }}
{% endif %}
{% if drone_ui_realm is defined %}
DRONE_UI_REALM={{ drone_ui_realm }}
{% endif %}
{% if drone_ui_username is defined %}
DRONE_UI_USERNAME={{ drone_ui_username }}
{% endif %}