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

chore(release): 2.1.1 [skip ci]

parent 345efad4
Branches
Tags 2 2.1 2.1.1
No related merge requests found
Pipeline #67051 skipped
## [2.1.1](https://gitlab.com/to-be-continuous/bash/compare/2.1.0...2.1.1) (2022-05-06)
### Bug Fixes
* **rules:** implement positive match rule for shellcheck ([0aa727d](https://gitlab.com/to-be-continuous/bash/commit/0aa727d19e0ad243564ace568e885a3a15e689f9))
# [2.1.0](https://gitlab.com/to-be-continuous/bash/compare/2.0.1...2.1.0) (2022-05-01)
......
......@@ -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: '2.1.0'
ref: '2.1.1'
file: '/templates/gitlab-ci-bash.yml'
```
......
......@@ -199,7 +199,7 @@ stages:
stage: build
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "bash", "2.1.0" ]
command: ["--service", "bash", "2.1.1" ]
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