Commit 8951ce47 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.2.4 [skip ci]

parent 53378e4e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.4](https://gitlab.com/to-be-continuous/terraform/compare/2.2.3...2.2.4) (2021-10-18)


### Bug Fixes

* revert test jobs on change only ([53378e4](https://gitlab.com/to-be-continuous/terraform/commit/53378e4e3b18f9d914e3c621d970a18b2a09edfb))

## [2.2.3](https://gitlab.com/to-be-continuous/terraform/compare/2.2.2...2.2.3) (2021-10-15)


+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/terraform'
    ref: '2.2.3'
    ref: '2.2.4'
    file: '/templates/gitlab-ci-terraform.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.2.3"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.2.4"; fi
  unscope_variables
  eval_secrets
  
@@ -515,7 +515,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "2.2.3" ]
      command: ["--service", "terraform", "2.2.4" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE