mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
Remove inconsistent (and now unneccesary) 'Tagging image as' message
Change-Type: patch
This commit is contained in:
parent
25538a9afb
commit
b7e2c2571f
@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- Provide a helpful warning when Docker is not installed (or is unaccessible)
|
||||
- Added a link to the Node download page in the warning for users with old Node versions
|
||||
- Remove inconsistent (and now unneccesary) 'Tagging image as' message from local build output
|
||||
|
||||
## [6.3.1] - 2017-08-08
|
||||
|
||||
|
@ -207,9 +207,6 @@ exports.runBuild = function(params, options, getBundleInfo, logger) {
|
||||
hooks = {
|
||||
buildSuccess: function(image) {
|
||||
var doodle;
|
||||
if (options.tag != null) {
|
||||
console.log("Tagging image as " + options.tag);
|
||||
}
|
||||
doodle = doodles.getDoodle();
|
||||
console.log();
|
||||
console.log(doodle);
|
||||
|
@ -209,8 +209,6 @@ exports.runBuild = (params, options, getBundleInfo, logger) ->
|
||||
new Promise (resolve, reject) ->
|
||||
hooks =
|
||||
buildSuccess: (image) ->
|
||||
if options.tag?
|
||||
console.log("Tagging image as #{options.tag}")
|
||||
# Show charlie. In the interest of cloud parity,
|
||||
# use console.log, not the standard logging streams
|
||||
doodle = doodles.getDoodle()
|
||||
|
Loading…
x
Reference in New Issue
Block a user