Skip to content

Commit 70bf57a

Browse files
committed
Fix containered build with Deployer driver #5
1 parent 0b8202d commit 70bf57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/containered_opts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl ContainerizedRunStrategy {
148148
PipelineDriver::Deployer => {
149149
format!(
150150
"ENV DEPLOYER_CONTAINERED_BUILD=1\nRUN /app/depl --config deploy-config.yaml run {} --current --no-pipe\nENV DEPLOYER_CONTAINERED_BUILD=0",
151-
config_filepath,
151+
env.master_pipeline,
152152
)
153153
}
154154
PipelineDriver::Shell => {

0 commit comments

Comments
 (0)