Commit e9f84390 authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Pierre Smeyers
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 7478d355
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ include:
    file: '/templates/validation.yml'
  - project: 'to-be-continuous/bash'
    ref: '3.3'
    file: 'templates/gitlab-ci-bash.yml'
    file: '/templates/gitlab-ci-bash.yml'
  - project: 'to-be-continuous/semantic-release'
    ref: '3.7'
    file: '/templates/gitlab-ci-semrel.yml'    
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/cnb/gitlab-ci-cnb.yml@2.2.1
  - component: gitlab.com/to-be-continuous/cnb/gitlab-ci-cnb@2.2.1
    # 2: set/override component inputs
    inputs:
      builder-image: "registry.hub.docker.com/heroku/buildpacks:20" # ⚠ this is only an example
@@ -30,7 +30,7 @@ include:
  # 1: include the template
  - project: 'to-be-continuous/cnb'
    ref: '2.2.1'
    file: 'templates/gitlab-ci-cnb.yml'
    file: '/templates/gitlab-ci-cnb.yml'

variables:
  # 2: set/override template variables
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
  "description": "Transform your application source code into images that can run on any cloud with [Cloud Native Buildpacks](https://buildpacks.io/)",
  "template_path": "templates/gitlab-ci-cnb.yml",
  "kind": "package",
  "prefix": "cnb",
  "is_component": true,
  "variables": [
    {
      "name": "CNB_BUILDER_IMAGE",
−5.62 KiB (12.7 KiB)
Loading image diff...