Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c8160ba1 authored by Dorian Turba's avatar Dorian Turba
Browse files

breaking changes: rename job

parent 3a037f53
No related branches found
No related tags found
No related merge requests found
Pipeline #38212 passed
......@@ -6,7 +6,7 @@ include:
ref: 'trunk'
file: 'templates/pypi-to-docker-missing-version.yml'
pypi_to_docker_missing_version:
pypi-to-docker-missing-version:
stage: test
variables:
PACKAGE_NAME: ruff
......
......@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Update README.md
### Changed
* Renamed the job from `pypi_to_docker_missing_version` to `pypi-to-docker-missing-version`
## [0.1.1] - 2024-06-26
[![Pipeline](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/badges/0.1.1/pipeline.svg)](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=0.1.1)
......
......@@ -45,7 +45,7 @@ include:
You can customize the job by overriding specific keys. For example:
```yaml
pypi-to-docker-missing-version:
pypi_to_docker_missing_version:
variables:
SORT_CMD: grep -E "^[0-9]+(\.[0-9]+)*$" | sort -t. -k1,1n -k2,2n -k3,3n
```
......
pypi_to_docker_missing_version:
pypi-to-docker-missing-version:
stage: build
image: alpine:latest
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment