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

chore(release): 1.0.2 [skip ci]

parent bedff8bb
No related branches found
No related tags found
No related merge requests found
Pipeline #158327 skipped
## [1.0.2](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.1...1.0.2) (2024-05-05)
### Bug Fixes
* **workflow:** disable MR pipeline from prod & integ branches ([bedff8b](https://gitlab.com/to-be-continuous/docker-compose/commit/bedff8bbf87b5e77e66cbd34fdc08103f2cac8e5))
## [1.0.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.0...1.0.1) (2024-04-27) ## [1.0.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.0...1.0.1) (2024-04-27)
......
...@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: gitlab.com/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.0.1 - component: gitlab.com/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.0.2
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
# ⚠ this is only an example # ⚠ this is only an example
...@@ -32,7 +32,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -32,7 +32,7 @@ Add the following to your `gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/docker-compose' - project: 'to-be-continuous/docker-compose'
ref: '1.0.1' ref: '1.0.2'
file: '/templates/gitlab-ci-docker-compose.yml' file: '/templates/gitlab-ci-docker-compose.yml'
variables: variables:
......
...@@ -749,7 +749,7 @@ stages: ...@@ -749,7 +749,7 @@ stages:
image: $DCMP_IMAGE image: $DCMP_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker-compose", "1.0.1"] command: ["--service", "docker-compose", "1.0.2"]
before_script: before_script:
- !reference [.compose-scripts] - !reference [.compose-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