imagebuilder: missing -e
This commit is contained in:
parent
9491fad482
commit
74b071c7ec
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ case "${subcommand}" in
|
||||||
task_end "$?";
|
task_end "$?";
|
||||||
|
|
||||||
if [[ "${imagetype}" == "base-nopush" ]]; then
|
if [[ "${imagetype}" == "base-nopush" ]]; then
|
||||||
echo "${HC}Nopush mode invoked, not checking output directory or pushing to docker registry${RS}";
|
echo -e "${HC}Nopush mode invoked, not checking output directory or pushing to docker registry${RS}";
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue