Skip to content

Commit

Permalink
Switch to the new airbyte-cloud repo name (#22198)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Feb 1, 2023
1 parent c6d8f28 commit 9757937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-webapp/scripts/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ if (!process.env.AB_ENV) {

const envFile = path.resolve(
__dirname,
"../../../airbyte-cloud/cloud-webapp/development",
"../../../airbyte-platform-internal/cloud-webapp/development",
`.env.${process.env.AB_ENV}`
);

if (!fs.existsSync(envFile)) {
console.error(
`~~~ This mode is for Airbyte employees only. ~~~\n` +
`Could not find .env file for environment ${process.env.AB_ENV} (looking at ${envFile}).\n` +
`Make sure you have the latest airbyte-cloud repository checked out in a directory directly next to the airbyte OSS repository.\n`
`Make sure you have the latest airbyte-platform-internal repository checked out in a directory directly next to the airbyte OSS repository.\n`
);
process.exit(42);
}
Expand Down

0 comments on commit 9757937

Please sign in to comment.