Skip to content

Commit

Permalink
Oops again
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Sep 26, 2024
1 parent 7ef733b commit c0924a9
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ module.exports = composeEnv([rootEnv, require("@kie-tools/serverless-logic-web-t
slwtDevModeImage: {
baseImageTag: getOrDefault(this.vars.SERVERLESS_LOGIC_WEB_TOOLS_DEVMODE_IMAGE__baseImageTag),
version: require("../package.json").version,
},
dev: {
mavenM2RepoViaHttpImage: getOrDefault(
this.vars.SERVERLESS_LOGIC_WEB_TOOLS_DEVMODE_IMAGE__mavenM2RepoViaHttpImage
),
dev: {
mavenM2RepoViaHttpImage: getOrDefault(
this.vars.SERVERLESS_LOGIC_WEB_TOOLS_DEVMODE_IMAGE__mavenM2RepoViaHttpImage
),
},
},
};
},
Expand Down

0 comments on commit c0924a9

Please sign in to comment.