Skip to content
Snippets Groups Projects
Commit 16b81300 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

Merge remote-tracking branch 'upstream/main'

# Conflicts:
#	CHANGELOG.md
parents ce8827ae 01aafe8a
No related branches found
No related tags found
No related merge requests found
Pipeline #170031 passed
...@@ -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: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.1.0 - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.2.0
# 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.1.0' ref: '1.2.0'
file: '/templates/gitlab-ci-docker-compose.yml' file: '/templates/gitlab-ci-docker-compose.yml'
variables: variables:
......
...@@ -179,9 +179,6 @@ workflow: ...@@ -179,9 +179,6 @@ workflow:
- when: on_success - when: on_success
variables: variables:
# variabilized tracking image
TBC_TRACKING_IMAGE: registry.gitlab.com/to-be-continuous/tools/tracking:master
# Default Docker image (use a public image - can be overridden) # Default Docker image (use a public image - can be overridden)
DCMP_IMAGE: $[[ inputs.image ]] DCMP_IMAGE: $[[ inputs.image ]]
DCMP_CMD: $[[ inputs.cmd ]] DCMP_CMD: $[[ inputs.cmd ]]
...@@ -804,7 +801,7 @@ stages: ...@@ -804,7 +801,7 @@ stages:
image: $DCMP_IMAGE image: $DCMP_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker-compose", "1.1.0"] command: ["--service", "docker-compose", "1.2.0"]
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 to comment