Commit 75d58a39 authored by Shinya Maeda's avatar Shinya Maeda

Add environment to project.deployment_variables

parent e2c3af44
...@@ -234,7 +234,7 @@ module Ci ...@@ -234,7 +234,7 @@ module Ci
variables += pipeline.predefined_variables variables += pipeline.predefined_variables
variables += runner.predefined_variables if runner variables += runner.predefined_variables if runner
variables += project.container_registry_variables variables += project.container_registry_variables
variables += project.deployment_variables if has_environment? variables += project.deployment_variables(environment: environment) if has_environment?
variables += project.auto_devops_variables variables += project.auto_devops_variables
variables += yaml_variables variables += yaml_variables
variables += user_variables variables += user_variables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment