Commit 73f774d6 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 051d1edd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v6.24.2
# Just CI templates v6.24.3

### Maintainers

@@ -83,7 +83,7 @@ is an example `.gitlab-ci.yml` importing the python template:
```yaml
---
include:
  - remote: https://jobs.just-ci.dev/v6.24.2/templates/python.yml
  - remote: https://jobs.just-ci.dev/v6.24.3/templates/python.yml

variables:
  PYVERSION: 3.9-slim
@@ -111,7 +111,7 @@ you want you can always disable specific jobs with custom rules.
```yaml
---
include:
  - remote: https://jobs.just-ci.dev/v6.24.2/templates/python.yml
  - remote: https://jobs.just-ci.dev/v6.24.3/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.24.2
    ref: v6.24.3

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.24.2
    ref: v6.24.3

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

.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.24.2
    ref: v6.24.3

.image:build:
  extends: .docker
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ gitlab:recommended:
  script:
    - apk add curl
    - wget -qO .settings.yml
      https://gitlab.com/just-ci/templates/-/raw/v6.24.2/project-automation/gitlab/recommended-settings.yml
      https://gitlab.com/just-ci/templates/-/raw/v6.24.3/project-automation/gitlab/recommended-settings.yml
    - FILE=project_${CI_PROJECT_ID}_details
    - |
      curl -sSLf -H "PRIVATE-TOKEN: ${GL_TOKEN}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}" -o ${FILE}.json
+1 −1
Original line number Diff line number Diff line
[version]
current = "6.24.2"
current = "6.24.3"

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