@gperdomor/nx-docker
Advanced tools
Comparing version 0.3.3-beta.1 to 0.3.3
{ | ||
"name": "@gperdomor/nx-docker", | ||
"version": "0.3.3-beta.1", | ||
"version": "0.3.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "schematics": "./collection.json", |
@@ -59,5 +59,3 @@ "use strict"; | ||
command.push(`docker/github-actions:v1.1.0 build-push`); | ||
const cmd = command.join(' '); | ||
context.logger.info(`Executing: ${cmd}`); | ||
utils_1.createProcess(cmd, undefined, true, undefined).then((success) => { | ||
utils_1.createProcess(command.join(' '), undefined, true, undefined).then((success) => { | ||
observer.next({ success }); | ||
@@ -64,0 +62,0 @@ observer.complete(); |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
32832
546
1