Skip to content

Commit be9a0e3

Browse files
committed
fix(cli): Removing VCS fields
1 parent 00e6f9e commit be9a0e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,11 +1088,6 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur
10881088
entrypoint: func.entrypoint,
10891089
commands: func.commands,
10901090
scopes: func.scopes,
1091-
providerRepositoryId: func.providerRepositoryId ?? "",
1092-
installationId: func.installationId ?? '',
1093-
providerBranch: func.providerBranch ?? '',
1094-
providerRootDirectory: func.providerRootDirectory ?? '',
1095-
providerSilentMode: func.providerSilentMode ?? false,
10961091
vars: JSON.stringify(response.vars),
10971092
parseOutput: false
10981093
});

0 commit comments

Comments
 (0)