Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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.0.0' ref: '1.1.0' file: '/templates/gitlab-ci-terraform.yml' ``` Loading templates/gitlab-ci-terraform.yml +2 −2 Original line number Diff line number Diff line Loading @@ -465,7 +465,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update terraform "1.0.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update terraform "1.1.0"; fi unscope_variables eval_secrets Loading @@ -485,7 +485,7 @@ stages: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "terraform", "1.0.0" ] command: ["--service", "terraform", "1.1.0" ] before_script: # set environment context (before unscope_variables) - export environment_type=$ENV_TYPE Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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.0.0' ref: '1.1.0' file: '/templates/gitlab-ci-terraform.yml' ``` Loading
templates/gitlab-ci-terraform.yml +2 −2 Original line number Diff line number Diff line Loading @@ -465,7 +465,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update terraform "1.0.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update terraform "1.1.0"; fi unscope_variables eval_secrets Loading @@ -485,7 +485,7 @@ stages: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "terraform", "1.0.0" ] command: ["--service", "terraform", "1.1.0" ] before_script: # set environment context (before unscope_variables) - export environment_type=$ENV_TYPE Loading