local-docker provider use docker with commands
parent
92bcdf5e96
commit
307bea209b
|
|
@ -3595,7 +3595,7 @@ class LocalDockerCloudRunner {
|
|||
branchName,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
defaultSecretsArray) { }
|
||||
runTask(commands, buildGuid, image,
|
||||
runTask(buildGuid, image, commands,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
mountdir,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -44,9 +44,9 @@ class LocalDockerCloudRunner implements ProviderInterface {
|
|||
defaultSecretsArray: { ParameterKey: string; EnvironmentVariable: string; ParameterValue: string }[],
|
||||
) {}
|
||||
public runTask(
|
||||
commands: string,
|
||||
buildGuid: string,
|
||||
image: string,
|
||||
commands: string,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
mountdir: string,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
|
|
|
|||
Loading…
Reference in New Issue