Commit 5dc787bc authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.14.2

## [6.14.2](https://gitlab.com/just-ci/templates/compare/v6.14.1...v6.14.2) (2023-01-10)

### Bug Fixes

* python:pylint accepts customizable path PYLINT_TARGET ([de2192d4](https://gitlab.com/just-ci/templates/commit/de2192d4ffa904606b5314ae5670de92d9fc9368))
parent 111d4902
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v6.14.1
# Just CI templates v6.14.2

Maintainers:

@@ -79,7 +79,7 @@ is an example `.gitlab-ci.yml` importing the python template:
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v6.14.1/templates/python.yml
  - remote: https://just-ci.gitlab.io/jobs/v6.14.2/templates/python.yml

variables:
  PYVERSION: 3.9-slim
@@ -107,7 +107,7 @@ you want you can always disable specific jobs with custom rules.
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v6.14.1/templates/python.yml
  - remote: https://just-ci.gitlab.io/jobs/v6.14.2/templates/python.yml

variables:
  PYVERSION: 3.9-slim
+4 −4
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ monorepo_root
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.14.1
    ref: v6.14.2

image:build:subdir_b:
  extends: .image:build
@@ -66,7 +66,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.14.1
    ref: v6.14.2

variables:
  IMAGE_CONTEXT: subdir_a
@@ -102,7 +102,7 @@ builder template. For example:
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.14.1
    ref: v6.14.2

.image:build:
  extends: .buildah # All build jobs will now use buildah
@@ -131,7 +131,7 @@ arm64.
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.14.1
    ref: v6.14.2

.image:build:
  extends: .docker
+1 −1
Original line number Diff line number Diff line
[version]
current = "6.14.1"
current = "6.14.2"

regex = '''
  \d+\.\d+\.\d+(-(.*))?