Skip to content

Commit

Permalink
skip preInstallHznCli for autoSetupContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
playground committed Jan 3, 2025
1 parent 929e761 commit 3975de8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common/src/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/common/src/utils.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hzn-cli",
"version": "0.9.2",
"version": "0.9.3",
"description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments",
"main": "./build/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export class Utils {
complete: () => {
const pEnv: any = process.env;
let action = {};
if(setup != SetupEnvironment.autoSetupOpenHorizonMesh && setup != SetupEnvironment.autoSetupAllInOne) {
if(setup != SetupEnvironment.autoSetupContainer && setup != SetupEnvironment.autoSetupOpenHorizonMesh && setup != SetupEnvironment.autoSetupAllInOne) {
action['preReq'] = this.preInstallHznCli(pEnv.HZN_ORG_ID, pEnv.ANAX, pEnv.HZN_DEVICE_ID, pEnv.HZN_CSS, pEnv.HZN_DEVICE_TOKEN)
}
switch(setup) {
Expand Down

0 comments on commit 3975de8

Please sign in to comment.