Commit e199cdb8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 41ccbde1
Loading
Loading
Loading
Loading
+5 −5
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/cloud-foundry'
    ref: '1.5.1'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-cf.yml'
```

@@ -356,11 +356,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/cloud-foundry'
    ref: '1.5.1'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-cf.yml'
  # Vault variant
  - project: 'to-be-continuous/cloud-foundry'
    ref: '1.5.1'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-cf-vault.yml'

variables:
@@ -389,7 +389,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '1.5.1'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-cf.yml'

# Global variables
@@ -444,7 +444,7 @@ with [variabilized](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '1.5.1'
    ref: '1.6.0'
    file: '/templates/gitlab-ci-cf.yml'

# Global variables
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.cf-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "cloudfoundry", "1.5.1" ]
      command: ["--service", "cloudfoundry", "1.6.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cloud-foundry "1.5.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cloud-foundry "1.6.0"; fi
  unscope_variables
  eval_all_secrets

@@ -705,7 +705,7 @@ stages:
  image: $CF_CLI_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "cloudfoundry", "1.5.1" ]
      command: ["--service", "cloudfoundry", "1.6.0" ]
  before_script:
    # forcing en-US locale so we can parse cf commands output if necessary
    - cf config --locale "en-US"