summaryrefslogtreecommitdiff
path: root/spec/lib/expand_variables_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Expand variables only when neededKamil Trzciński2019-08-131-53/+122
| | | | | | | | 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.
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-3/+3
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-2/+2
|
* Fix new offensesDouwe Maan2017-02-231-7/+7
|
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-18/+9
|
* Verify expandability of variables defined as part of environmentKamil Trzcinski2016-09-191-0/+73