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

play with variable between downstream job

parent 337ca63f
No related branches found
No related tags found
No related merge requests found
Pipeline #14414 passed
......@@ -24,6 +24,7 @@ build:
variables:
TEST: "webterminal"
DOCKER_COMPOSE_TMPL: "webterminal"
deploy:
# Variable can be passed to the downstream pipeline
......@@ -31,7 +32,6 @@ deploy:
# Or we can use the .env file
variables:
TEST: "webterminal"
DOCKER_COMPOSE_TMPL: "webterminal"
REGISTRY_IMAGE: $CI_REGISTRY_IMAGE
COMMIT_SHA: $CI_COMMIT_SHA
trigger:
......
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