fix(Docker Compose): Test docker compose
This commit is contained in:
parent
4defe60d49
commit
141f0734f5
@ -6,9 +6,6 @@ include:
|
|||||||
- local: 'templates/IaC/docker-compose.gitlab-ci.yml'
|
- local: 'templates/IaC/docker-compose.gitlab-ci.yml'
|
||||||
- local: 'templates/IaC/ssh-transfer-data.gitlab-ci.yml'
|
- local: 'templates/IaC/ssh-transfer-data.gitlab-ci.yml'
|
||||||
|
|
||||||
variables:
|
|
||||||
SSH_URL: "ci-cd.dev.exxcellent.de"
|
|
||||||
SSH_USER: "user"
|
|
||||||
|
|
||||||
Docker-compose:
|
Docker-compose:
|
||||||
stage: compose
|
stage: compose
|
||||||
@ -20,6 +17,8 @@ Docker-compose:
|
|||||||
SCP_SOURCE: "$CI_PROJECT_DIR/test/docker-compose/docker-compose.yml"
|
SCP_SOURCE: "$CI_PROJECT_DIR/test/docker-compose/docker-compose.yml"
|
||||||
COMPOSE_EXTRA_ARGS: "-f test/docker-compose/docker-compose.yml"
|
COMPOSE_EXTRA_ARGS: "-f test/docker-compose/docker-compose.yml"
|
||||||
SSH_PORT: "22"
|
SSH_PORT: "22"
|
||||||
|
SSH_URL: "ci-cd.dev.exxcellent.de"
|
||||||
|
SSH_USER: "user"
|
||||||
DOCKER_REGISTRY: "$CI_REGISTRY"
|
DOCKER_REGISTRY: "$CI_REGISTRY"
|
||||||
DOCKER_REGISTRY_PASS: "$CI_REGISTRY_PASSWORD"
|
DOCKER_REGISTRY_PASS: "$CI_REGISTRY_PASSWORD"
|
||||||
DOCKER_REGISTRY_USER: "$CI_REGISTRY_USER"
|
DOCKER_REGISTRY_USER: "$CI_REGISTRY_USER"
|
||||||
@ -28,7 +27,9 @@ Docker-compose:
|
|||||||
|
|
||||||
Test-Files:
|
Test-Files:
|
||||||
stage: verify
|
stage: verify
|
||||||
|
variables:
|
||||||
|
SSH_URL: "ci-cd.dev.exxcellent.de"
|
||||||
|
SSH_USER: "user"
|
||||||
rules:
|
rules:
|
||||||
- when: always
|
- when: always
|
||||||
extends: .ssh-transfer-data
|
extends: .ssh-transfer-data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user