Kamil Trzciński
6150c3ff0d
Expand variables only when needed
...
This makes us to expand variables only when needed,
instead of requesting all variables each time.
This specifically helps in situation when explicit name
of `environment: production` is used.
2019-08-13 21:51:29 +02:00
gfyoung
d598e4fd93
Enable more frozen string in lib/**/*.rb
...
Enables frozen for the following:
* lib/*.rb
* lib/banzai/**/*.rb
* lib/bitbucket/**/*.rb
* lib/constraints/**/*.rb
* lib/container_registry/**/*.rb
* lib/declarative_policy/**/*.rb
Partially addresses #47424 .
2018-10-06 17:02:50 -07:00
Kamil Trzcinski
6b97968745
Update support for dynamic environments
2016-09-19 10:07:13 +02:00
Kamil Trzcinski
e1b3ab5af2
Verify expandability of variables defined as part of environment
2016-09-19 10:07:13 +02:00
Kamil Trzcinski
a4638dddf2
Add support for dynamic environments
...
Environments that can have a URL with predefined CI variables.
2016-09-19 10:05:35 +02:00