Remove console statements
This commit is contained in:
@@ -11,8 +11,6 @@ async function action() {
|
||||
const { dockerfile, workspace } = Action;
|
||||
const { version, platform, projectPath, buildName, buildsPath, method } = Input.getFromUser();
|
||||
|
||||
console.log({ version, platform, projectPath, buildName, buildsPath, method });
|
||||
|
||||
const baseImage = new ImageTag({ version, platform });
|
||||
const builtImage = await Docker.build({ path: workspace, dockerfile, baseImage });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user