Skip to content
Snippets Groups Projects
Commit 01039a2d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.1.3 [skip ci]

parent 458582f6
No related branches found
No related tags found
No related merge requests found
Pipeline #84824 skipped
## [6.1.3](https://gitlab.com/to-be-continuous/python/compare/6.1.2...6.1.3) (2023-01-29)
### Bug Fixes
* replace wget and curl by python scripts ([ef78ec7](https://gitlab.com/to-be-continuous/python/commit/ef78ec7d44549cd2909065ef767de9740ed0de82))
## [6.1.2](https://gitlab.com/to-be-continuous/python/compare/6.1.1...6.1.2) (2023-01-28)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/python'
ref: '6.1.2'
ref: '6.1.3'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -565,7 +565,7 @@ variables:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.1.2"]
command: ["--service", "python", "6.1.3"]
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache:
......
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