Commit bf8d3ba9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 47fecf3e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/bash/compare/3.2.0...3.2.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([47fecf3](https://gitlab.com/to-be-continuous/bash/commit/47fecf3e06bc86036f58899660a06cf936a94c26))

# [3.2.0](https://gitlab.com/to-be-continuous/bash/compare/3.1.2...3.2.0) (2023-05-27)


+1 −1
Original line number Diff line number Diff line
@@ -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.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-bash.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ stages:
  stage: build
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bash", "3.2.0" ]
      command: ["--service", "bash", "3.2.1" ]
  before_script:
    - *bash-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"