Loading README.md +5 −5 Original line number Diff line number Diff line # Just CI templates v4.1.0 # Just CI templates v4.1.1 Maintainers: * Federico Falconieri: @falcorocks Loading Loading @@ -42,7 +42,7 @@ Here is an example `.gitlab-ci.yml` importing the python template: include: - project: 'just-ci/templates' file: 'templates/python.yml' ref: 'v4.1.0' ref: 'v4.1.1' ``` The above is a template for Python projects. Other templates can be found in `templates/`, for example: Loading @@ -59,7 +59,7 @@ Templates and pipelines may come with jobs you don't want/need to run. We have c include: - project: 'just-ci/templates' file: 'templates/python.yml' ref: 'v4.1.0' ref: 'v4.1.1' python:pytest: rules: Loading Loading @@ -92,7 +92,7 @@ Use [child pipelines](https://docs.gitlab.com/ee/ci/pipelines/parent_child_pipel include: - project: 'just-ci/templates' templates: 'templates/docker.yml' ref: 'v4.1.0' ref: 'v4.1.1' # root image will build fine without any further change needed # child pipeline for second docker image Loading @@ -113,7 +113,7 @@ second-image: include: - project: 'just-ci/templates' file: 'templates/docker.yml' ref: 'v4.1.0' ref: 'v4.1.1' variables: KANIKO_REGISTRY_IMAGE: ${CI_REGISTRY_IMAGE}/second-image Loading tbump.toml +1 −1 Original line number Diff line number Diff line [version] current = "4.1.0" current = "4.1.1" regex = ''' (?P<major>\d+) Loading Loading
README.md +5 −5 Original line number Diff line number Diff line # Just CI templates v4.1.0 # Just CI templates v4.1.1 Maintainers: * Federico Falconieri: @falcorocks Loading Loading @@ -42,7 +42,7 @@ Here is an example `.gitlab-ci.yml` importing the python template: include: - project: 'just-ci/templates' file: 'templates/python.yml' ref: 'v4.1.0' ref: 'v4.1.1' ``` The above is a template for Python projects. Other templates can be found in `templates/`, for example: Loading @@ -59,7 +59,7 @@ Templates and pipelines may come with jobs you don't want/need to run. We have c include: - project: 'just-ci/templates' file: 'templates/python.yml' ref: 'v4.1.0' ref: 'v4.1.1' python:pytest: rules: Loading Loading @@ -92,7 +92,7 @@ Use [child pipelines](https://docs.gitlab.com/ee/ci/pipelines/parent_child_pipel include: - project: 'just-ci/templates' templates: 'templates/docker.yml' ref: 'v4.1.0' ref: 'v4.1.1' # root image will build fine without any further change needed # child pipeline for second docker image Loading @@ -113,7 +113,7 @@ second-image: include: - project: 'just-ci/templates' file: 'templates/docker.yml' ref: 'v4.1.0' ref: 'v4.1.1' variables: KANIKO_REGISTRY_IMAGE: ${CI_REGISTRY_IMAGE}/second-image Loading
tbump.toml +1 −1 Original line number Diff line number Diff line [version] current = "4.1.0" current = "4.1.1" regex = ''' (?P<major>\d+) Loading