Loading README.md +2 −2 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/gcloud' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-gcloud.yml' ``` Loading Loading @@ -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' ... Loading templates/gitlab-ci-gcloud.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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}" Loading Loading
README.md +2 −2 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/gcloud' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-gcloud.yml' ``` Loading Loading @@ -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' ... Loading
templates/gitlab-ci-gcloud.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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}" Loading