|
@ -2293,7 +2293,7 @@ get_compose_yml_content() { |
|
|
err "Unexpected error while running 'shyaml get-value' on '$COMPOSE_YML_FILE':" |
|
|
err "Unexpected error while running 'shyaml get-value' on '$COMPOSE_YML_FILE':" |
|
|
echo "$output" | prefix " $GRAY|$NORMAL " |
|
|
echo "$output" | prefix " $GRAY|$NORMAL " |
|
|
} |
|
|
} |
|
|
exit 1 |
|
|
|
|
|
|
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
echo "$COMPOSE_YML_CONTENT" | tee "$cache_file" || return 1 |
|
|
echo "$COMPOSE_YML_CONTENT" | tee "$cache_file" || return 1 |
|
|
} |
|
|
} |
|
|