Commit 62957db9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent ad571d18
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.3](https://gitlab.com/to-be-continuous/make/compare/1.1.2...1.1.3) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([ad571d1](https://gitlab.com/to-be-continuous/make/commit/ad571d188132195b19ff70f191b9bae432cb7756))

## [1.1.2](https://gitlab.com/to-be-continuous/make/compare/1.1.1...1.1.2) (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.2'
    ref: '1.1.3'
    file: '/templates/gitlab-ci-make.yml'
```

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