Skip to content

Commit

Permalink
chore: build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed May 8, 2024
1 parent 89949e9 commit a7a3290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10826,11 +10826,11 @@ const contextArgs = mode === "kubectl"
: [
"--api-key",
params.token,
"--cloud-root-domain",
"--root-domain",
params.url,
"--org",
"--org-id",
params.organization,
"--env",
"--env-id",
params.environment,
];
process.exit((0,node_child_process__WEBPACK_IMPORTED_MODULE_0__.spawnSync)("testkube", ["set", "context", ...contextArgs], { stdio: "inherit" }).status || 0);
Expand Down

0 comments on commit a7a3290

Please sign in to comment.