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

chore(release): 1.1.1 [skip ci]

parent 22b5e60b
Loading
Loading
Loading
Loading
Loading
+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: '1.1.0'
    ref: '1.1.1'
    file: '/templates/gitlab-ci-terraform.yml'
```

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

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