Skip to content

Commit

Permalink
fix scripts for Cloud Shell on all architectures x86 and ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
vmleon committed May 14, 2024
1 parent af9a5e7 commit 558fb10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/setenv.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import {
readEnvJson,
} from "./lib/utils.mjs";

const shell = process.env.SHELL | "/bin/zsh";
$.shell = shell;
process.env.SHELL = "/bin/bash";
$.verbose = false;

let properties = await readEnvJson();
Expand Down
3 changes: 1 addition & 2 deletions scripts/tfvars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import { exitWithError, readEnvJson } from "./lib/utils.mjs";

const shell = process.env.SHELL | "/bin/zsh";
$.shell = shell;
process.env.SHELL = "/bin/bash";
$.verbose = false;

const {
Expand Down

0 comments on commit 558fb10

Please sign in to comment.