Commit 06699087 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.1.2 [skip ci]

parent 19fd10f4
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.2](https://gitlab.com/to-be-continuous/make/compare/1.1.1...1.1.2) (2023-08-01)


### Bug Fixes

* switch to alpinelinux/build-base ([2b6d497](https://gitlab.com/to-be-continuous/make/commit/2b6d49748803054854f083f95ea8730368a1e461))

## [1.1.1](https://gitlab.com/to-be-continuous/make/compare/1.1.0...1.1.1) (2023-08-01)


+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 `gi
```yaml
include:
  - project: 'to-be-continuous/make'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-make.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ stages:
  image: $MAKE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "make", "1.1.1"]
      command: ["--service", "make", "1.1.2"]
  before_script:
    - *make-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"