Skip to content
Snippets Groups Projects
Commit d86a3caa authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2a8c9287
No related branches found
No related tags found
No related merge requests found
## [3.1.2](https://gitlab.com/to-be-continuous/bash/compare/3.1.1...3.1.2) (2023-02-22)
### Bug Fixes
* bats report output ([310a343](https://gitlab.com/to-be-continuous/bash/commit/310a343aafdbaf41aae20e6db6b55e941364d5b5))
## [3.1.1](https://gitlab.com/to-be-continuous/bash/compare/3.1.0...3.1.1) (2023-01-27)
......
......@@ -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.1'
ref: '3.1.2'
file: '/templates/gitlab-ci-bash.yml'
```
......
......@@ -223,7 +223,7 @@ stages:
stage: build
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "bash", "3.1.1" ]
command: ["--service", "bash", "3.1.2" ]
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