Skip to content
Snippets Groups Projects
Commit 8eaf25f5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 5a598570
No related branches found
No related tags found
No related merge requests found
Pipeline #104088 skipped
...@@ -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: 'Orange-OpenSource/tbc/gcloud' - project: 'Orange-OpenSource/tbc/gcloud'
ref: '1.0.0' ref: '1.1.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: 'Orange-OpenSource/tbc/gcloud' - project: 'Orange-OpenSource/tbc/gcloud'
ref: '1.0.0' ref: '1.1.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 [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gcloud "1.0.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gcloud "1.1.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/orange-opensource/tbc/tools/tracking:master" - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
command: ["--service", "gcloud", "1.0.0" ] command: ["--service", "gcloud", "1.1.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