Skip to content

Commit

Permalink
remove jib-cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jun 16, 2022
1 parent f29fbe8 commit bcdf3a8
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion generators/docker-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const shelljs = require('shelljs');
const chalk = require('chalk');
const _ = require('lodash');

const { defaultConfig } = require('./generator-defaults');
const dockerUtils = require('./docker-utils');
const { getBase64Secret } = require('./utils');
const { MAVEN } = require('../jdl/jhipster/build-tool-types');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,8 @@
{
"id": "6e8deddb-b4d6-4e2e-b389-b397d3f74fcd",
"clientId": "web_app",
"rootUrl": "http://localhost:<%= serverPort %>",
"adminUrl": "http://localhost:<%= serverPort %>",
"rootUrl": "http://localhost:<%= composePort %>",
"adminUrl": "http://localhost:<%= composePort %>",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
Expand Down
1 change: 0 additions & 1 deletion generators/docker-prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const shelljs = require('shelljs');
const { loadConfigs, setClusteredApps } = require('./docker-base');
const { getBase64Secret } = require('./utils');
const { MICROSERVICE, MONOLITH, GATEWAY } = require('../jdl/jhipster/application-types');
const { COUCHBASE, MONGODB } = require('../jdl/jhipster/database-types');
const { PROMETHEUS } = require('../jdl/jhipster/monitoring-types');
const monitoring = require('../jdl/jhipster/monitoring-types');

Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit bcdf3a8

Please sign in to comment.