Skip to content
Snippets Groups Projects
Commit 707cb10d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.4.0 [skip ci]

parent 69d0587d
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '1.3.0' ref: '1.4.0'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
``` ```
...@@ -223,7 +223,7 @@ Let's imagine a backend service: ...@@ -223,7 +223,7 @@ Let's imagine a backend service:
include: include:
# Include Google Cloud template # Include Google Cloud template
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '1.3.0' ref: '1.4.0'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
... ...
......
...@@ -306,7 +306,7 @@ stages: ...@@ -306,7 +306,7 @@ stages:
fi fi
} }
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.3.0"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.4.0"; fi
# export tool functions (might be used in after_script) # export tool functions (might be used in after_script)
export -f log_info log_warn log_error assert_defined awkenvsubst export -f log_info log_warn log_error assert_defined awkenvsubst
...@@ -322,7 +322,7 @@ stages: ...@@ -322,7 +322,7 @@ stages:
image: $GCP_CLI_IMAGE image: $GCP_CLI_IMAGE
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "gcloud", "1.3.0" ] command: ["--service", "gcloud", "1.4.0" ]
before_script: before_script:
- *gcp-scripts - *gcp-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment