remove unnecessary lines

This commit is contained in:
Andras Bacsai 2022-08-27 07:56:38 +00:00
parent 93246f80c4
commit 806ffacedd

View File

@ -44,10 +44,6 @@ import * as buildpacks from '../lib/buildPacks';
if (queueBuild.status === 'running') { if (queueBuild.status === 'running') {
await saveBuildLog({ line: 'Building halted, restarting...', buildId, applicationId: application.id }); await saveBuildLog({ line: 'Building halted, restarting...', buildId, applicationId: application.id });
} }
// if (pullmergeRequestId) {
// pullmergeRequestId = pullmergeRequestId.toString()
// }
const { const {
id: applicationId, id: applicationId,
repository, repository,
@ -264,7 +260,6 @@ import * as buildpacks from '../lib/buildPacks';
const envs = [ const envs = [
`PORT=${port}` `PORT=${port}`
]; ];
console.log({secrets})
if (secrets.length > 0) { if (secrets.length > 0) {
secrets.forEach((secret) => { secrets.forEach((secret) => {
if (pullmergeRequestId) { if (pullmergeRequestId) {