fix: build secrets for apps

This commit is contained in:
Andras Bacsai
2022-09-10 07:14:30 +00:00
parent d6d3fb46cc
commit bc66b98176
3 changed files with 2 additions and 3 deletions

View File

@@ -556,7 +556,6 @@ export function checkPnpm(installCommand = null, buildCommand = null, startComma
);
}
export async function buildImage({
applicationId,
tag,
@@ -677,8 +676,6 @@ export async function buildCacheImageWithNode(data, imageForBuild) {
secrets,
pullmergeRequestId
} = data;
const isPnpm = checkPnpm(installCommand, buildCommand);
const Dockerfile: Array<string> = [];
Dockerfile.push(`FROM ${imageForBuild}`);