Skip to content
Snippets Groups Projects
Commit 337ca63f authored by Arnaud Stoz's avatar Arnaud Stoz
Browse files

play with variable between downstream job

parent 65614a76
No related branches found
No related tags found
No related merge requests found
Pipeline #14412 passed
......@@ -22,15 +22,18 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest
variables:
TEST: "webterminal"
deploy:
# Variable can be passed to the downstream pipeline
# But we need to set them explicitly
# Or we can use the .env file
variables:
- TEST: "webterminal"
- DOCKER_COMPOSE_TMPL: "webterminal"
- REGISTRY_IMAGE: $CI_REGISTRY_IMAGE
- COMMIT_SHA: $CI_COMMIT_SHA
TEST: "webterminal"
DOCKER_COMPOSE_TMPL: "webterminal"
REGISTRY_IMAGE: $CI_REGISTRY_IMAGE
COMMIT_SHA: $CI_COMMIT_SHA
trigger:
project: 'cylab/play/deploy/dokos-webterminal'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment