We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58271f1 commit 40f9184Copy full SHA for 40f9184
packages/bundler-plugin-core/src/utils.ts
@@ -230,6 +230,8 @@ export function determineReleaseName(): string | undefined {
230
process.env["ZEIT_GITHUB_COMMIT_SHA"] ||
231
process.env["ZEIT_GITLAB_COMMIT_SHA"] ||
232
process.env["ZEIT_BITBUCKET_COMMIT_SHA"] ||
233
+ // Flightcontrol - https://www.flightcontrol.dev/docs/guides/flightcontrol/environment-variables#built-in-environment-variables
234
+ process.env["FC_GIT_COMMIT_SHA"] ||
235
gitRevision()
236
);
237
}
0 commit comments