Commit 337922ac authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 6ae08871
Loading
Loading
Loading
Loading
+2 −2
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/gcloud'
    ref: '1.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-gcloud.yml'
```

@@ -223,7 +223,7 @@ Let's imagine a backend service:
include:
  # Include Google Cloud template
  - project: 'to-be-continuous/gcloud'
    ref: '1.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

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

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gcloud "1.1.0"; fi
  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gcloud "1.2.0"; fi

  # export tool functions (might be used in after_script)
  export -f log_info log_warn log_error assert_defined awkenvsubst
@@ -322,7 +322,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "gcloud", "1.1.0" ]
      command: ["--service", "gcloud", "1.2.0" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"