Skip to content

Commit 741c9ad

Browse files
committed
remove load env file
1 parent 5d252d6 commit 741c9ad

42 files changed

Lines changed: 40 additions & 182 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

skills/cloudsql-postgres-admin/scripts/clone_instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/create_backup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/create_database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/create_instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/create_user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/get_instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/list_databases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/list_instances.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

skills/cloudsql-postgres-admin/scripts/load_env.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

skills/cloudsql-postgres-admin/scripts/postgres_upgrade_precheck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
require('./load_env');
17+
1818

1919
const { spawn, execSync } = require('child_process');
2020
const path = require('path');

0 commit comments

Comments
 (0)