Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading kicker.json +2 −0 Original line number Diff line number Diff line Loading @@ -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", Loading logo.png −5.62 KiB (12.7 KiB) Loading image diff... Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
kicker.json +2 −0 Original line number Diff line number Diff line Loading @@ -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", Loading