local-docker provider use docker with commands

pull/461/head
Frostebite 2022-09-17 08:43:09 +01:00
parent 92bcdf5e96
commit 307bea209b
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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