assembled docker args
This commit is contained in:
parent
eeebfeb67a
commit
7d3526dec5
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -62307,7 +62307,7 @@ try {
|
|||||||
|
|
||||||
const dockerArgs = prepareDockerArgs(destinations);
|
const dockerArgs = prepareDockerArgs(destinations);
|
||||||
if (debug) {
|
if (debug) {
|
||||||
console.log('dockerArgs:', JSON.stringify(destinations, null, 2));
|
console.log('dockerArgs:', JSON.stringify(dockerArgs, null, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
@ -44,7 +44,7 @@ try {
|
|||||||
|
|
||||||
const dockerArgs = prepareDockerArgs(destinations);
|
const dockerArgs = prepareDockerArgs(destinations);
|
||||||
if (debug) {
|
if (debug) {
|
||||||
console.log('dockerArgs:', JSON.stringify(destinations, null, 2));
|
console.log('dockerArgs:', JSON.stringify(dockerArgs, null, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user