chore(drone): add some variable
This commit is contained in:
parent
05e1a4c038
commit
b4b62cc283
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user