File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import { type VcsInfo } from "../../vcs/vcs.js"
1919import { styles } from "../../logger/styles.js"
2020import type { VariablesContext } from "./variables.js"
2121import { type CloudBackendType , getCloudDistributionName } from "../../cloud/util.js"
22- import { getSecretsUnavailableInNewBackendMessage } from "../../cloud/api/secrets.js"
2322
2423// TODO: Mark as deprecated
2524const secretsSchema = joiStringMap ( joi . string ( ) . description ( "The secret's value." ) )
@@ -346,10 +345,6 @@ export class ProjectConfigContext extends DefaultEnvironmentContext {
346345 return ""
347346 }
348347
349- if ( this . _backendType === "v2" ) {
350- return getSecretsUnavailableInNewBackendMessage ( this . _cloudBackendDomain )
351- }
352-
353348 const distributionName = getCloudDistributionName ( this . _cloudBackendDomain )
354349
355350 if ( ! this . _loggedIn ) {
You can’t perform that action at this time.
0 commit comments