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

chore(release): 3.3.0 [skip ci]

parent d4818531
Branches
No related tags found
No related merge requests found
# [3.3.0](https://gitlab.com/to-be-continuous/bash/compare/3.2.1...3.3.0) (2023-12-8)
### Features
* use centralized tracking image (gitlab.com) ([f727acf](https://gitlab.com/to-be-continuous/bash/commit/f727acfa45b56094718d7eb4ab78747d4108ec23))
## [3.2.1](https://gitlab.com/to-be-continuous/bash/compare/3.2.0...3.2.1) (2023-10-16) ## [3.2.1](https://gitlab.com/to-be-continuous/bash/compare/3.2.0...3.2.1) (2023-10-16)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g
```yaml ```yaml
include: include:
- project: 'to-be-continuous/bash' - project: 'to-be-continuous/bash'
ref: '3.2.1' ref: '3.3.0'
file: '/templates/gitlab-ci-bash.yml' file: '/templates/gitlab-ci-bash.yml'
``` ```
......
...@@ -245,7 +245,7 @@ stages: ...@@ -245,7 +245,7 @@ stages:
stage: build stage: build
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "bash", "3.2.1" ] command: ["--service", "bash", "3.3.0" ]
before_script: before_script:
- !reference [.bash-scripts] - !reference [.bash-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - 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