remove unnecessary lines
This commit is contained in:
parent
93246f80c4
commit
806ffacedd
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user