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

chore(release): 3.2.0 [skip ci]

parent 7257a5fc
No related branches found
No related tags found
No related merge requests found
# [3.2.0](https://gitlab.com/to-be-continuous/bash/compare/3.1.2...3.2.0) (2023-05-27)
### Features
* **workflow:** extend (skip ci) feature ([7257a5f](https://gitlab.com/to-be-continuous/bash/commit/7257a5fc7706664b4f619f64a98983337b48c193))
## [3.1.2](https://gitlab.com/to-be-continuous/bash/compare/3.1.1...3.1.2) (2023-02-22)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g
```yaml
include:
- project: 'to-be-continuous/bash'
ref: '3.1.2'
ref: '3.2.0'
file: '/templates/gitlab-ci-bash.yml'
```
......
......@@ -237,7 +237,7 @@ stages:
stage: build
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "bash", "3.1.2" ]
command: ["--service", "bash", "3.2.0" ]
before_script:
- *bash-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment