We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8202d commit 70bf57aCopy full SHA for 70bf57a
src/entities/containered_opts.rs
@@ -148,7 +148,7 @@ impl ContainerizedRunStrategy {
148
PipelineDriver::Deployer => {
149
format!(
150
"ENV DEPLOYER_CONTAINERED_BUILD=1\nRUN /app/depl --config deploy-config.yaml run {} --current --no-pipe\nENV DEPLOYER_CONTAINERED_BUILD=0",
151
- config_filepath,
+ env.master_pipeline,
152
)
153
}
154
PipelineDriver::Shell => {
0 commit comments