remove console.log
This commit is contained in:
parent
1ee9d041df
commit
e3e39af6fb
1 changed files with 0 additions and 2 deletions
|
|
@ -573,7 +573,6 @@ export async function restartApplication(
|
|||
if (secrets.length > 0) {
|
||||
envs = [...envs, ...generateSecrets(secrets, pullmergeRequestId, false, port)];
|
||||
}
|
||||
console.log(envs);
|
||||
|
||||
const { workdir } = await createDirectories({ repository, buildId });
|
||||
const labels = [];
|
||||
|
|
@ -661,7 +660,6 @@ export async function restartApplication(
|
|||
},
|
||||
volumes: Object.assign({}, ...composeVolumes)
|
||||
};
|
||||
console.log(yaml.dump(composeFile));
|
||||
await fs.writeFile(`${workdir}/docker-compose.yml`, yaml.dump(composeFile));
|
||||
try {
|
||||
await executeCommand({ dockerId, command: `docker stop -t 0 ${id}` });
|
||||
|
|
|
|||
Loading…
Reference in a new issue