Skip to content

Commit

Permalink
Right WORKFLOW_GENERATOR_GORDO_VERSION environment variable for Deplo…
Browse files Browse the repository at this point in the history
…yJob (#181)
  • Loading branch information
koropets authored Nov 3, 2020
1 parent ecbd348 commit 760faf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deploy_job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ impl DeployJob {
// TODO: Backward compat. Until all have moved >=0.47.0 of gordo-components
Self::env_var("WORKFLOW_GENERATOR_PROJECT_VERSION", &project_revision),
Self::env_var("WORKFLOW_GENERATOR_DOCKER_REGISTRY", &env_config.docker_registry),
Self::env_var("WORKFLOW_GENERATOR_GORDO_VERSION", &gordo.spec.deploy_version),
];

// push in any that were supplied by the Gordo.spec.gordo_environment mapping
Expand Down

0 comments on commit 760faf1

Please sign in to comment.